Re: [w3c/ServiceWorker] Redesign of "extract header list values" expected (#1360)

annevk left a comment (w3c/ServiceWorker#1360)

You don't have to wait on that issue to be resolved. That's a tracking issue. Fetch already provides all the primitives here to define a good header value parser yourself.

You either want https://fetch.spec.whatwg.org/#concept-header-list-get or https://fetch.spec.whatwg.org/#concept-header-list-get-decode-split and it seems for `Service-Worker-Allowed` you then want to invoke the URL parser (assuming you get a value back).

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

Message ID: <w3c/ServiceWorker/issues/1360/4867670160@github.com>

Received on Thursday, 2 July 2026 15:54:27 UTC