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

Being able to delay execution is a primitive.  We offer waitUntil() to avoid races here and with other async functions.  I personally don't see a reason to remove setTimeout().

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

Received on Wednesday, 24 February 2016 02:56:09 UTC