Re: [ServiceWorker] "The user agent may terminate service workers at any time it has no event to handle." (#527)

It's been spec'ed with the following text:
2.1.1 Service worker lifetime
- The user agent may terminate service workers at any time it has no event to handle or detects abnormal operation such as infinite loops and tasks exceeding imposed time limits, if any, while handling the events.
4.4.1 event.waitUntil(f)
- The user agent may impose a time limit to this lifetime extension.

Closing.

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

Received on Friday, 10 April 2015 10:24:00 UTC