Re: [whatwg/fetch] Request body streams should use chunked encoding (#966)

I would be actively against passing a `ReadableStream` causing buffering. That completely defeats the point of streams, and I would much rather have `fetch()` throw if it cannot properly stream the stream.

The point of this feature is not to check a checkbox in the matrix of supported types as arguments to `fetch()`. The point is to support streaming upload.

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

Received on Monday, 15 June 2020 14:54:23 UTC