- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 28 Oct 2016 08:15:18 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 28 October 2016 15:16:16 UTC
tyoshino commented on this pull request. > @@ -371,6 +395,8 @@ module.exports = class TransformStream { assert(this._readableController !== undefined); const desiredSize = this._readableController.desiredSize; + // Set _backpressure based on desiredSize. As there is no read() at this point, so we can just interpret Going to address in #577 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/571
Received on Friday, 28 October 2016 15:16:16 UTC