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

I second Marcos's point.  We use the manifest to build store apps, and right now, to do background tasks on most platforms we need to include a script in the package that gets loaded at install time.  The background task is then the only part of the app that isn't on request rendering.  If a SW would be ran at install time, it would suffer from the same symptom of being out of date if the app isn't ran right away and if the app is ran right away, the SW will load anyways.

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

Received on Friday, 2 October 2015 23:06:14 UTC