- From: Jungkee Song <notifications@github.com>
- Date: Tue, 21 Nov 2017 13:26:55 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 November 2017 13:27:24 UTC
jungkees commented on this pull request. > @@ -257,6 +257,14 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe Note: A user agent may use a separate task source for each functional event type in order to avoid a head-of-line blocking phenomenon for certain functional events. </section> + <section> + <h3 id="user-agent-bootup">User Agent Boot up</h3> + + A user agent has an associated <dfn export id="dfn-service-worker-manager">service worker manager</dfn>. + + A user agent *must* [=start a new parallel queue=] when it boots up and set the [=service worker manager=] to the result value. No. They are independent. Per-origin parallel queues would work and provide better concurrency conceptually. In this change, I just tried to match the current implementation, especially Chromium. -- 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/1229#discussion_r152273528
Received on Tuesday, 21 November 2017 13:27:24 UTC