Re: [w3c/ServiceWorker] Service worker registration when context doing the registration goes away (Issue #1781)

asutherland left a comment (w3c/ServiceWorker#1781)

> Given the document is the fetch request client, it is expected that the service worker script fetch is terminated as the document is aborted.

Can you elaborate on this?  Are you referring to [fetch group termination](https://fetch.spec.whatwg.org/#concept-fetch-group-terminate) or something else?  By my reading [fetch only adds a fetch to a fetch group for a client if it's a subresource request](https://fetch.spec.whatwg.org/#ref-for-concept-fetch-group%E2%91%A1), but ["serviceworker" is a non-subresource request](https://fetch.spec.whatwg.org/#non-subresource-request).



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1781#issuecomment-3040373680
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/1781/3040373680@github.com>

Received on Saturday, 5 July 2025 22:56:02 UTC