[w3c/ServiceWorker] Specify how "terminate" works (PR #1612)

In conjunction with https://github.com/whatwg/fetch/pull/1329.

When the SW fetch starts, it emits an `onStart` callback with a controller
instance. That controller instance can be used to terminate the service worker
fetch and it's internal fetches.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * <a href="https://github.com/w3c/ServiceWorker/pull/1612/commits/7651857020510d82e6e788bbc43d32b0b2b3cf3f">Specify how &quot;terminate&quot; works</a>

-- File Changes --

    M docs/index.bs (40)

-- Patch Links --

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

Received on Monday, 8 November 2021 13:00:51 UTC