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

@catalinb 

> What about the case when the sender is not controlled by the service worker? Should the source still be an instance of WindowClient/Client?

Yes. You can already get hold of these clients via `clients.getAll({ includeUncontrolled: true })`

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

Received on Thursday, 26 February 2015 11:33:48 UTC