Re: [streams] Should readable streams start right away? (#269)

Thsi is kinda related to https://github.com/whatwg/streams/issues/74#issuecomment-35360083

I suggested removal of `wait()` as it's a little strange that we `pull()` automatically on data shortage but the initial `pull()` was invoked only when `wait()` was called.

And, instead, I planned ... to propose some API to allow the user to tell the Stream to start/stop `pull()` possibly with some number to indicate how much to `pull()`. Sorry for huge overdue...


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

Received on Thursday, 22 January 2015 06:21:54 UTC