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

This is no different than the risks of using other async methods in SW; cache api, idb, etc.  You can use them safely in combination with waitUntil() or respondWith().

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

Received on Monday, 22 February 2016 23:52:24 UTC