Re: [streams] Support reading bytes into buffers allocated by user code on platforms where only async read is available (#253)

It's possible to provide a predicate`isEos(value)`. It returns `value === this.EOS` in ReadableStream and returns `value.length === 0` in ReadableByteStream.

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

Received on Friday, 6 March 2015 00:34:06 UTC