- From: youennf <notifications@github.com>
- Date: Thu, 25 Aug 2016 08:05:59 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 25 August 2016 15:06:42 UTC
"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