Re: [streams] What types does ReadableByteStream's reader's read(x) accept and return? (#295)

OK. I think the conclusion is that it should only accept an ArrayBufferView (not an ArrayBuffer, and not a structural ArrayBufferView, but DataView is allowed) and the promise should fulfill with the same type as was passed in. Agreed?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/295#issuecomment-81591184

Received on Monday, 16 March 2015 11:31:54 UTC