- From: isonmad <notifications@github.com>
- Date: Fri, 28 Oct 2016 08:09:06 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 28 October 2016 15:19:28 UTC
isonmad 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
"As there is no read()at this point, we can"
--
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#pullrequestreview-6261151
Received on Friday, 28 October 2016 15:19:28 UTC