Re: [w3c/manifest] Bring back "serviceworker" member (#864)

The use case in theory is pretty clear (and I believe why this was designed in the first place): a store front has an "install" button which registers a SW and creates a local app installation from just a manifest + SW, with no document.

In practice, though, well at least Chromium's app install and service worker registration mechanisms are _highly_ coupled to a document. You can't do either of those things unless you have a document loaded, and that won't change without a major refactor. So in practice, this flow isn't feasible for us. (Though desirable.)

-- 
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/864#issuecomment-662787967

Received on Thursday, 23 July 2020 02:20:10 UTC