Re: [w3c/manifest] Add optional indication of Service Workers to Manifest (#447)

For the new install event (what @marcoscaceres is working on) to work, somehow some code would need to run when being installed. If that is more general purpose that JS code could install the service worker.

Or would it make sense to have the install event on the service worker, so that the service worker (plus its install step) is the only requirement in addition to the manifest file itself?

Issues: Service Workers take arguments (just scope right now but that could change) and with foreign fetch to, say the "additional_scopes", more service workers might be required


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/447#issuecomment-207317847

Received on Friday, 8 April 2016 08:37:42 UTC