[w3c/ServiceWorker] clarify that Client "creation order" means when reserved Client created (#1078)

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