Re: [ServiceWorker] setTimeout/setInterval are unreliable in ServiceWorkers (#838)

The spec allows the browser to kill threads stuck in a `waitUntil()`.  I believe both chrome and firefox implement this using a timeout on the order of minutes.

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

Received on Thursday, 25 February 2016 03:42:46 UTC