- From: Ben Kelly <notifications@github.com>
- Date: Tue, 21 Feb 2017 13:31:36 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 February 2017 21:32:10 UTC
The `Clients.matchAll()` method says to sort Clients in creation order (among other things). I just want to confirm this means the sorted by the time the reserved client was created. Alternatively, it could mean when the environment backing the Client actually became Execution Ready. I favor the reserved client creation time because it provides a reasonable sort order for reserved clients included in the list. -- 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/issues/1078
Received on Tuesday, 21 February 2017 21:32:10 UTC