- From: Marcos Caceres <notifications@github.com>
- Date: Mon, 02 Nov 2015 00:37:41 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 2 November 2015 08:38:10 UTC
Maybe something like: ```HTML <p>The lifetime of a <a href="#dfn-service-worker">service worker</a> is tied to the execution lifetime of events **and** not references held by <a href="#dfn-service-worker-client">service worker clients</a> to the <code><a href="#service-worker-interface">ServiceWorker</a></code> object.</p> <p>A user agent <em class="rfc2119" title="MAY">may</em> <a href="#terminate-service-worker-algorithm">terminate</a> <a href="#dfn-service-worker">service workers</a> at any time that: <ul> <li>it has no events to handle,</li> <li>or detects abnormal operation: such an infinite loop, or tasks exceeding user agent imposed time limits (if any) while handling the events.</li> </ul> ``` It just breaks it up a little bit more. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/commit/e7ddda2b4dbff797c4c801a9dd897034f90419e4#commitcomment-14121268
Received on Monday, 2 November 2015 08:38:10 UTC