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

"read all bytes" is not really doing any conversion, it merely appends a Uint8Array to a byte sequence. Any BufferSource would be as easily appendable there.

I do not see what is gained with this restriction.
I can see how inconsistent it might be if Response gets restricted to a byte ReadableStream.

https://github.com/yutakahirano/fetch-with-streams/issues/53 seems mostly about 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/267#issuecomment-242421494

Received on Thursday, 25 August 2016 15:06:42 UTC