- From: Matt Falkenhagen <notifications@github.com>
- Date: Tue, 12 Jun 2018 21:47:45 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 04:48:08 UTC
mattto 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.
+
+ This specification defines the following [=environment discarding steps=] for a [=/service worker client=] |client|:
+ 1. Set |client|'s [=discarded flag=].
+
+ Note: Implementations can essentially discard clients whose [=discarded flag=] is set.
Removed essentially. Does "this" mean [=environment discarding steps=]? They are defined in HTML: https://html.spec.whatwg.org/multipage/webappapis.html#environment-discarding-steps
--
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_r194954785
Received on Wednesday, 13 June 2018 04:48:08 UTC