Re: [w3c/ServiceWorker] Job queue items may not have a service worker registration (#1180)

> I guess we only need double-keying for foreign fetch.

No, I think it affects everything here.  If you create a unique origin in some way (like double-keying) then it needs to have separate storage which means separate SW registrations, etc.

Of course, AFAIK double-keying is not spec'd.  So all of this is an implementation detail.  A per-origin map keyed on scope is enough for now.

-- 
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/ServiceWorker/issues/1180#issuecomment-320977283

Received on Tuesday, 8 August 2017 14:42:27 UTC