- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 14 Jul 2025 04:05:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 July 2025 11:05:45 UTC
annevk left a comment (whatwg/fetch#1838) I think without the HTTP headers and without early network error, no-CORS should indeed be allowable. (Though this will make future additions harder and we'll have to be very careful to segment those. E.g., I don't think we can add support for `Retry-After` in vNext as @guoye-zhang mentions in no-CORS.) And yes, without early network error support we only have to retry those requests where it makes sense. I think this is the best choice as it's most conservative with end user resources and also has the least potential for information leakage. And hopefully it incentivizes web developers to put reasonable limits in place. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1838#issuecomment-3069011754 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1838/3069011754@github.com>
Received on Monday, 14 July 2025 11:05:45 UTC