- From: Jungkee Song <notifications@github.com>
- Date: Wed, 13 Jun 2018 12:11:09 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 19:11:31 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. @mattto, so what do you expect the implementations actually do when the discarded flag is set? That bit sounds like a normative to me. Let me know if closing/terminating of the clients is rather implicit so we don't have to specify. (And now we auto-bikeshed the .bs file in Nightly. So you can just upload .bs without .html next time. For this PR, don't worry about it.) -- 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_r195202956
Received on Wednesday, 13 June 2018 19:11:31 UTC