- From: Jake Archibald <notifications@github.com>
- Date: Fri, 28 Jun 2019 07:43:09 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 June 2019 14:43:31 UTC
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