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

The problem is that ports to posting messages only are available in `message` events inside the worker. 
My idea is to send messages to the controlled pages when a `fetch` event is handled properly in order to synchronization state with the parent page. 

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

Received on Monday, 8 December 2014 14:24:47 UTC