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

That is effectively what we have, although our implementation is more like:

top level -> map from origin to "per-origin data" -> map from scope to job queue

We have the map from origin first because of things like double-keying, firefox "containers", etc that extend the origin with more uniqueness attributes.

-- 
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-320971625

Received on Tuesday, 8 August 2017 14:24:24 UTC