- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 13 Jun 2018 07:48:42 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 14:49:05 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. + + 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. Ah no, it was just supposed to be a hint for implementors. It just says "don't worry about this flag. you don't have to keep state around for a client with this flag set". I can just remove the non-normative note if it's confusing. -- 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_r195112831
Received on Wednesday, 13 June 2018 14:49:05 UTC