- From: Jake Archibald <notifications@github.com>
- Date: Thu, 26 Feb 2015 03:35:48 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 26 February 2015 11:36:15 UTC
@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