- From: Jungkee Song <notifications@github.com>
- Date: Tue, 07 Feb 2017 22:50:12 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2017 06:50:52 UTC
jungkees commented on this pull request.
> @@ -2742,10 +2752,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
1. If |registration|'s <a>waiting worker</a> is null, abort these steps.
1. Let |redundantWorker| be null.
- 1. If |registration|'s <a>active worker</a> is not null, then:
- 1. Set |redundantWorker| to |registration|'s <a>active worker</a>.
- 1. Wait for |redundantWorker| to finish handling any in-progress requests.
- 1. <a lt="Terminate Service Worker">Terminate</a> |redundantWorker|.
+ 1. If |registration|'s [=active worker=] is not null, |redundantWorker| be |registration|'s [=active worker=].
Addressed.
--
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/1065
Received on Wednesday, 8 February 2017 06:50:52 UTC