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

Right, we explicitly only want work to be done in the context of a functional event.  We don't want people visiting a site once and then later discover that site has been mining bitcoin in the background.  So arbitrary long running operations are explicitly not supported outside of functional events.

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

Received on Wednesday, 24 February 2016 23:16:46 UTC