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

Worker and Shared Workers implements `postMessage()` in the global scope which allows to communicate from the worker scope to parent processes.

There is a way to do that in ServiceWorker?

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

Received on Monday, 8 December 2014 13:03:58 UTC