Re: [w3c/ServiceWorker] Add an option to include frozen documents. (#1442)

Ok, so a client object should probably have a single property (`lifecycle` state?) that is `active`, `frozen` or `discarded`.

When we get client objects, I can't decide if we should be providing frozen clients by default. Right now, `matchAll` returns all clients controlled by this service worker. If a frozen client will prevent a waiting worker from activating, it feels like `matchAll` should return it by default.

Discarded clients shouldn't be returned by default.

-- 
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/1442#issuecomment-506759555

Received on Friday, 28 June 2019 14:43:31 UTC