- From: Jake Archibald <notifications@github.com>
- Date: Wed, 01 Apr 2020 02:18:59 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 April 2020 09:19:12 UTC
@jakearchibald commented on this pull request. > @@ -2853,33 +2853,28 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |script| be |serviceWorker|'s [=service worker/script resource=]. 1. Assert: |script| is not null. 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 steps in that context: - 1. Call the JavaScript [=InitializeHostDefinedRealm|InitializeHostDefinedRealm()=] abstract operation with the following customizations: + 1. Let |agent| be the result of [=obtain a service worker agent|obtaining a service worker agent=], and run the following steps in that context: Aside: It's be great to add "obtaining a service worker agent" as link text. -- 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/1508#pullrequestreview-385405518
Received on Wednesday, 1 April 2020 09:19:12 UTC