- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 14 Jan 2016 00:04:59 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 14 January 2016 08:05:36 UTC
We need to decide this: ReadableByteStream has a new pull controlling mechanism. Should we port this to ReadableStream?: - source.pull doesn't return a promise - repeats calling pull (see where `_pullAgain` is set to `true`) using a for-loop while necessary - when pull is requested while running enqueue, schedule run of pull by using process.nextTick --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/379#issuecomment-171567252
Received on Thursday, 14 January 2016 08:05:36 UTC