- From: Jake Archibald <notifications@github.com>
- Date: Fri, 07 Jun 2019 03:27:12 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 June 2019 10:27:35 UTC
jakearchibald commented on this pull request. > @@ -2921,7 +2941,10 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. If |registration| is [=stale=], then [=in parallel=] run the [=Soft Update=] algorithm with |registration|. 2. Return. 1. If |activeWorker|'s [=state=] is *activating*, wait for |activeWorker|'s [=state=] to become *activated*. - 1. Invoke [=Run Service Worker=] algorithm with |activeWorker| as the argument. + 1. Run the [=Run Service Worker=] algorithm with |activeWorker|. + 1. If |activeWorker| is not [=running=], then: + 1. If |registration| is [=stale=], then [=in parallel=] run the [=Soft Update=] algorithm with |registration|. + 2. Return. Ohh good catch! -- 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-247021873
Received on Friday, 7 June 2019 10:27:35 UTC