[ServiceWorker] Service worker state on system restart (#812)

Can we retain the cache even after quitting the browser completely and accessing the application?

The scenario: I access the application and then cache all the static files with service worker Till I don't quit the application (or chrome running in background), since the service worker thread is running, service worker is serving files from cache If I quit the completely and restart the service worker when offline, it is not able to provide files from cache 

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/812

Received on Thursday, 7 January 2016 12:22:12 UTC