Re: [slightlyoff/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

You use set some global state in the SW, then use an evt.waitUntil() to hold the SW alive, and then send a postMessage() or other event triggering mechanism that checks the global state.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/756#issuecomment-224344530

Received on Tuesday, 7 June 2016 16:57:02 UTC