- From: Ben Kelly <notifications@github.com>
- Date: Wed, 15 Feb 2017 12:28:58 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 February 2017 20:29:30 UTC
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