Re: [whatwg/fetch] Use a ReadableStream with byte source (formerly called ReadableByteStream) for .body (#267)

> I was thinking about creating a [TransformStream](https://streams.spec.whatwg.org/#transform-stream) whose [transformer](https://streams.spec.whatwg.org/#transformer)
> 
> * checks each chunk's type, and
> * may split / combine chunks.

I've thought the same thing. The question I got stuck on in the past is: do we want to define a "reasonable" chunk size to split/combine to?


-- 
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/267#issuecomment-799472570

Received on Monday, 15 March 2021 14:39:30 UTC