- From: Matt Falkenhagen <notifications@github.com>
- Date: Tue, 14 Aug 2018 08:43:06 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 August 2018 15:43:27 UTC
mattto commented on this pull request. > @@ -2481,8 +2482,8 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Set |worker|'s [=script resource map=][|url|] to |response|. 1. Set |worker|'s <a>script resource</a>'s <a>HTTPS state</a> to |httpsState|. 1. Set |worker|'s <a>script resource</a>'s [=script resource/referrer policy=] to |referrerPolicy|. - 1. Invoke <a>Run Service Worker</a> algorithm given |worker|, and with the *force bypass cache for importscripts flag* set if |job|'s [=job/force bypass cache flag=] is set. - 1. If an uncaught runtime script error occurs during the above step, then: + 1. Let |promise| be the result of invoking the [=Run Service Worker=] algorithm given |worker|, and with the *force bypass cache for importscripts flag* set if |job|'s [=job/force bypass cache flag=] is set. + 1. [=upon fulfillment|Upon fulfillment=] of |promise| with value |evaluationStatus|, if |evaluationStatus|.\[[Value]] is empty or an [=abrupt completion=], then: This should read "if evaluationStatus.[[Value]] is empty or evaluationStatus is an abrupt completion". I'll revise. -- 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/1346#pullrequestreview-146127509
Received on Tuesday, 14 August 2018 15:43:27 UTC