[w3c/ServiceWorker] Add a note about termination during activation. (#1451)

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