I have PWA web site with sw-precache with this sequence:
Reload the page
- The service worker should update the cache in the background When its done, you should see New or updated content is available. in the console The actual visible changes should not be visible until the next reload
Reload the page again
- The browser will use the new cache this time around The changes should be visible now! There shouldn't be any messages in the console
I need similar for this, but if file was updated - will be need visible in first load pages. Not after second load. Another (not updated) files - from cache. This is possible? Because double reload for see new changes uncomfortable.