Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript hard reload

location.reload(true);
/* Hard reload is not exposed directly in the UI of the browser. 
You activate the function with the keyboard shortcut 
Ctrl-Shift-R, Shift-F5, holding down Shift with reload button.
ignores the cache and will load all resources from the web page again */
 
PREVIOUS NEXT
Tagged: #javascript #hard #reload
ADD COMMENT
Topic
Name
7+4 =