- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 08 Mar 2015 20:40:34 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 9 March 2015 03:41:00 UTC
> Yeah. Let's use #288 for real work to be committed on the master. You've already done a lot there for async read() approach. OK, although #287 might be best for async ReadableByteStream. > I'm seeing that the suitable underlying source interface and delegates would be a little different from markReadable, ... etc. when adopted async read() model. Let me continue the prototyping to see more detailed picture. I think for byte streams your latest work in #287 makes a lot of sense, e.g. just a read(container) method on the underlying source. But yeah for ReadableStreams I think the existing underlying source interface is closer to what we want. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/253#issuecomment-77795989
Received on Monday, 9 March 2015 03:41:00 UTC