Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome not loading latest version of web worker script (runs a cached version)

If I edit my web worker script and refresh the page, the web worker script is a cached version. I am reasonably confident it is not my webserver, because I can immediately load the latest copies of all other files, and even restarting the webserver does not fix the problem. It only loads the newest version of the web worker script if I reboot chrome, which is highly inefficient, needless to say! It doesn't fix it even if I restart chrome. Is there anything I can do to get around this?

like image 490
shino Avatar asked Aug 25 '12 17:08

shino


1 Answers

On my Linux Chrome I have to right click (or long click) the reload button and select "Empty Cache and Hard Reload" to get the latest version

like image 175
Brian Avatar answered Oct 15 '22 20:10

Brian