Re: [ServiceWorker] Message-driven communication between workers and consumers (#580)

> SharedWorkers implements postMessage() in the global scope

I don't think it does.

We've got the clients API for talking back to clients. We've got `serviceWorker.postMessage` for clients to talk to ServiceWorkers.

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

Received on Wednesday, 10 December 2014 18:54:57 UTC