- From: Joseph Liccini <notifications@github.com>
- Date: Fri, 19 Jul 2019 09:31:35 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 July 2019 16:31:58 UTC
Activation handlers may not all get a chance to run, especially in the case of browser termination. A Service Worker should be designed to function properly, even if the activation handlers do not all complete successfully. Update Nightly and V1 Closes https://github.com/w3c/ServiceWorker/issues/1372 You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1451 -- Commit Summary -- * Add a note about termination during activation. -- File Changes -- M docs/index.bs (2) M docs/v1/index.bs (2) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1451.patch https://github.com/w3c/ServiceWorker/pull/1451.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1451
Received on Friday, 19 July 2019 16:31:58 UTC