Re: [whatwg/fetch] Convenience method to stream a response as text (Issue #1861)

foolip left a comment (whatwg/fetch#1861)

> I was trying to determine if in the future we might want this for any of the other consumption methods

I had the same question, The only thing I could see is a `blobStream()` that just turns each `Uint8Array` chunk into a `Blob` chunk, but that doesn't seem useful at all. Streaming JSON would quite handy, but would require a whole parsing spec, it's definitely not a "convenience method".

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

Message ID: <whatwg/fetch/issues/1861/3361596881@github.com>

Received on Thursday, 2 October 2025 14:56:22 UTC