- From: Jake Archibald <notifications@github.com>
- Date: Fri, 07 Jun 2019 03:14:35 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 June 2019 10:14:57 UTC
jakearchibald commented on this pull request. > 1. Let |script| be |serviceWorker|'s [=service worker/script resource=]. 1. Assert: |script| is not null. - 1. If |serviceWorker| is already running, this algorithm must have been invoked previously. If |callbackSteps| is provided, run them with the same value as the previous time, and abort these steps. - 1. Create a separate parallel execution environment (i.e. a separate thread or process or equivalent construct), and run the following substeps in that context: + 1. Let |startFailed| be false. + 1. Create a separate parallel execution environment (i.e. a separate thread or process or equivalent construct), and run the following substeps in that context [=in parallel=]: I'm not sure we need [=in parallel=] here. The steps are already running in "that context" which is a "separate parallel execution environment". Otherwise it could read like you're running steps in that context, then in parallel, which would take you off the JavaScript thread for that context. -- 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/1419#pullrequestreview-247017072
Received on Friday, 7 June 2019 10:14:57 UTC