Re: [w3c/ServiceWorker] Support returning ServiceWorker Client environments from `Clients.matchAll()` (#1036)

Well, this is possible even without window.clients.  If you have two service workers registered for the same origin and one does `clients.matchAll({ includeUncontrolled: true})` it should in theory include the other service worker as a Client if it happens to be running.

-- 
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/1036#issuecomment-280129179

Received on Wednesday, 15 February 2017 20:29:30 UTC