Re: [whatwg/fetch] Resumable File Uploads (Issue #1626)

Acconut left a comment (whatwg/fetch#1626)

> FWIW, it would be great to have _generic_ approach to (new) 1xx codes.

I agree, having access to interim responses (which aren't handled by Fetch internally already, like 100 and 103) would be helpful and also allow resumable uploads to be implemented fully on top of the Fetch API, instead of being integrated into the Fetch API directly.

If I remember correctly, @annevk once sketched the idea of exposing interim responses via a fetch observer (https://github.com/whatwg/fetch/issues/607). We would have to see how to make it work with CORS, but that should be doable.

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

Message ID: <whatwg/fetch/issues/1626/2732238707@github.com>

Received on Tuesday, 18 March 2025 09:14:20 UTC