So, I have an HTML page with a service worker, the employee caches index.html and my JS files.
The problem is that when I change JS, this change is not displayed directly in the client browser. Of course, in hrome dev-tools I can disable the cache. But in chrome mobile, how do I do this?
I tried to access the site settings and press the CLEAR% RESET button. But it still loads the old page / cache loading. I tried using a different browser or chrome incognito and it loads a new page.
Then I try to clear the browser data (cache only) and it works.
I think that is not how it should work correctly? my user will not know if the page is refreshing without clearing the cache of the Chrome browser.
javascript html google-chrome service-worker
taek
source share