Re: [whatwg/streams] make TransformStream respect backpressure (#550)

> This depends on how you interpret the signals.

Let me clarify what I meant when I said that.

- the queue is empty and `highWaterMark === 0`, in which case, there *was* backpressure right up until the moment of the new `read()` call. In which case, because there was backpressure until right this very moment, `pull()` calls are not currently being suppressed.

-- 
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/550#issuecomment-256515393

Received on Thursday, 27 October 2016 00:34:02 UTC