- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 16 May 2025 00:35:17 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 May 2025 07:35:21 UTC
annevk left a comment (whatwg/fetch#1824) I think it's fine to use and it's definitely much better than "simple request", but you should be aware that a CORS-preflight request can nevertheless be forced. E.g., in `XMLHttpRequest` if you use upload event listeners or with `fetch()` if you use an upload stream. As long as we point out that caveat I'd be supportive of adding this to the specification and encouraging MDN and such to update their documentation. cc @jub0bs @sideshowbarker -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1824#issuecomment-2885899815 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1824/2885899815@github.com>
Received on Friday, 16 May 2025 07:35:21 UTC