I noticed that most browsers (Chrome in particular) seem to cache web worker scripts even after forcibly reloading the page (SHIFT + F5, etc.). The only reliable way I'm trying to update the cache is to enter the script working path into the address bar and force it to reload separately.
Obviously, this is a terrible pain when trying to develop, well, anything. Does anyone know of a reliable way to either stop the browser from caching working scripts, or make it restart them in a simple way?
source share