- From: Jake Archibald <notifications@github.com>
- Date: Mon, 03 Jun 2019 05:33:56 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 June 2019 12:34:21 UTC
jakearchibald commented on this pull request. > @@ -2957,8 +2960,8 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |registration| be the [=/service worker registration=] <a>used</a> by |client|. 1. If |registration| is null, abort these steps. 1. If any other [=/service worker client=] is <a>using</a> |registration|, abort these steps. - 1. If |registration|'s [=uninstalling flag=] is set, invoke [=Try Clear Registration=] with |registration|. - 1. If |registration| is not null, invoke [=Try Activate=] with |registration|. + 1. If |registration| is [=service worker registration/unregistered=], invoke [=Try Clear Registration=] with |registration|. + 1. Invoke [=Try Activate=] with |registration|. The null check is already performed above. -- 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/1415#pullrequestreview-244848818
Received on Monday, 3 June 2019 12:34:21 UTC