Service worker features
How a service worker works?
1) The service worker is registered
2) The page gets the new service worker and installs it. The first time the page has the service worker registered it would be controled when it is loaded again
Https and service worker?
- The only exception is in the development mode when the the site is served in localhost
How to cache the app shell?
How to update the app shell cache?
- Delete the cache that have a key different from the current key
How to get the app shell out of cache?
What is sw-precache?