Re: [whatwg/fetch] Body.arrayBuffer([begin, end]) (#554)

How is that better than getting the body as a blob, and then slicing and dicing that in whatever way you want? And would calling arrayBuffer like that still consume the whole body, meaning effectively you should have done a range request since you're never going to be able to read the rest of the body?

-- 
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/554#issuecomment-308805449

Received on Thursday, 15 June 2017 17:05:48 UTC