Re: [slightlyoff/ServiceWorker] Firing an event when service worker wakes up (#928)

It isn't really a sleep state, the worker is terminated. When it's needed again, it's run again. If you need to do somewhen when the service worker runs, just write code in the root of the SW.

---
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/928#issuecomment-232621508

Received on Thursday, 14 July 2016 10:01:08 UTC