Re: [w3c/ServiceWorker] Preserve sec-fetch-dest for passed navigate requests (Issue #1803)

asutherland left a comment (w3c/ServiceWorker#1803)

I understand the problem here to be that the destination is not propagated by the [Request constructor](https://fetch.spec.whatwg.org/#dom-request) as invoked by [fetch()](https://fetch.spec.whatwg.org/#dom-global-fetch).  This probably should be discussed in the fetch spec, although any changes might eventually involve the ServiceWorkers spec.

https://github.com/whatwg/fetch/issues/1323 seems like it may be the most directly related open issue, with https://github.com/whatwg/fetch/issues/1762 touching on it tangentially.  @annevk probably has more useful thoughts.

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

Message ID: <w3c/ServiceWorker/issues/1803/3503034848@github.com>

Received on Friday, 7 November 2025 15:06:02 UTC