- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 05 Mar 2015 13:27:40 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 5 March 2015 21:28:11 UTC
> I think it should still return ReadableStream.EOS, not an empty buffer. OK but need to return the detached ArrayBuffer. The empty view holds the detached ArrayBuffer. > "Readable streams" have pipeTo and pipeThrough methods, and probably a closed promise, and maybe a cancel() method. But they do not have a direct read() method. > "Readable streams" let you get "readers" which have direct read() methods. (Maybe readers should have the rest of the readable stream interface too. Or maybe not.) That's what we planned. I wanted to say we standardize pipeTo but it's not on the object from which we can read(). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/253#issuecomment-77455696
Received on Thursday, 5 March 2015 21:28:11 UTC