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.

It may be good to talk with @ricea.

-- 
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-799184298

Received on Monday, 15 March 2021 07:29:05 UTC