Re: [streams] Readable byte streams should support an internal queue (#353)

Thanks for the suggestion. But it seems we might be able to support both.

Please take a look at the quick progress summary at https://github.com/whatwg/streams/issues/295#issuecomment-111044231

Now, we allow an underlying byte source to be implemented with only enqueue() calls. Just respond() must not be called when there's no pending pullInto.

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

Received on Thursday, 11 June 2015 08:51:20 UTC