- From: Ben Kelly <notifications@github.com>
- Date: Sun, 12 Apr 2015 10:23:45 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Sunday, 12 April 2015 17:24:11 UTC
@trevnorris, if I'm reading this example correctly, I don't think you would ever have more than one iteration in this loop, right? ``` while (this.isreadable) this.read(); ``` Overall, though, are you saying that an async callback for every read() is not a problem? That seems to be what your example is showing. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/320#issuecomment-92090744
Received on Sunday, 12 April 2015 17:24:11 UTC