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

@jungkees 

> 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?

Yep! And `global.navigator.serviceWorker` is present in all clients' globals.

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

Received on Thursday, 26 February 2015 11:36:15 UTC