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

sisidovski left a comment (whatwg/fetch#1737)

Hmm, maybe we don't have to filter out no-cors cases? Instead, we'd check ok-status only if the response is not opaque filtered response. If the response is a opaque filtered response, we may want to check response [type](https://fetch.spec.whatwg.org/#concept-response-type) to check whether there is a network error or not instead.

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

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

Received on Tuesday, 4 March 2025 07:11:44 UTC