- From: Jungkee Song <notifications@github.com>
- Date: Wed, 13 Jun 2018 15:44:13 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 22:44:36 UTC
jungkees commented on this pull request.
> @@ -222,6 +222,13 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
A <dfn export id="dfn-service-worker-client" for="">service worker client</dfn> is an [=environment=].
+ A [=/service worker client=] has an associated <dfn export>discarded flag</dfn>. It is initially unset.
+
+ Each [=/service worker client=] has the following [=environment discarding steps=]:
+ 1. Set |client|'s [=discarded flag=].
+
+ Note: Implementations can discard clients whose [=discarded flag=] is set.
Let's keep the note. I'll merge the PR. Maybe you can update the note later with what you explained if that'll make it clearer.
--
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/1323#discussion_r195258370
Received on Wednesday, 13 June 2018 22:44:36 UTC