- From: Shunya Shishido <notifications@github.com>
- Date: Mon, 03 Mar 2025 23:11:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 March 2025 07:11:44 UTC
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