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

On a spec level, we're trying to tackle https://github.com/whatwg/streams/issues/1121 to let the spec infrastructure create readable byte streams.

The upgrade path from vanilla readable streams to byte readable streams is seamless: before, `getReader({ type: "byob" })` would throw. After implementation, it would work.

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

Received on Monday, 19 April 2021 15:27:54 UTC