Re: [manifest] Integration with service workers (#161)

> isn't AppCache polyfillable with ServiceWorkers?

Almost. The only difference is ServiceWorker only lets one SW be in charge for a given registration, whereas appcache allows a new tab to be controlled by a newer cache, while an old tab remains controlled by the older version.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/161#issuecomment-73487716

Received on Monday, 9 February 2015 10:36:11 UTC