[w3c/ServiceWorker] Define scope to job queue map struct (#1183)

This change clarifies a job queue isn't owned by a service worker
registration and reflects the implementations more precisely by defining
the scope to job queue map struct. This also makes it use the queue
struct defined in Infra instead of the FIFO queue concept that didn't
have a concrete reference.

Fixes #1180.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/ServiceWorker/pull/1183

-- Commit Summary --

  * Define scope to job queue map struct

-- File Changes --

    M docs/index.bs (44)
    M docs/v1/index.bs (44)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/1183.patch
https://github.com/w3c/ServiceWorker/pull/1183.diff

-- 
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/pull/1183

Received on Wednesday, 9 August 2017 12:37:09 UTC