[w3c/ServiceWorker] Create a Kill Service Workers algorithm (#1440)

Intended to be a killswitch mechanism for all service workers associated with an origin. In the short term, designed to be used directly by Clear Site Data.

1. "Unclaim" all service workers for the origin. In other words, ensure no clients are controlled by any service worker under the origin
2. Terminate all in-flight tasks, but allow fetch tasks to fallback to network
3. Immediately unregister all registrations under the origin
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/ServiceWorker/pull/1440

-- Commit Summary --

  * Create a Kill Service Workers algorithm

-- File Changes --

    M docs/index.bs (46)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/1440.patch
https://github.com/w3c/ServiceWorker/pull/1440.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/1440

Received on Sunday, 23 June 2019 15:21:16 UTC