Re: [streams] rsReader.readBatch(numberOfChunks)? rbsReader.read(view, { waitUntilDone: true })? (#320)

@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