Re: [ServiceWorker] Clients & postMessage (#609)

@jakearchibald In case of the uncontrolled clients gotten from `self.clients.matchAll({ includeUncontrolled: true })`, client.postMessage should still land in the service worker client's global.navigator.serviceWorker.onmessage as long as the ServiceWorkerContainer object exists. Are we on the same page?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/609#issuecomment-75932699

Received on Wednesday, 25 February 2015 09:49:26 UTC