Re: [whatwg/fetch] Add ServiceWorker Static Routing API support (PR #1737)

annevk left a comment (whatwg/fetch#1737)

In general this looks good, but we should verify with tests when policies are applied:

- If you first request `https://example.com/foo` and then the service worker requests `http://example.com/foo`, will it be de-duplicated because of Mixed Content upgrading the scheme?
- If the document and service worker have different CSP policies, does the potential de-duplication happen after the security check as the patch implies?
- Do we only want to de-duplicate once as the current text in Service Workers implies (by removing the entry from the map)?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1737#issuecomment-3509775108
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1737/c3509775108@github.com>

Received on Monday, 10 November 2025 07:10:27 UTC