- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 15 Apr 2015 23:47:13 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 16 April 2015 06:47:39 UTC
> > TransformStream: transform() is never invoked via pull() > Unclear how to relate the issue title to the text... Sorry. I meant that the code path from `pull()` to `maybeDoTransform()` can be removed. If we do > Maybe what we want to do is not to start transform while there's back-pressure on readable. Then, the code path can run `transform()`, but without such a change, there's no chance to invoke `transform()` from that path. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/330#issuecomment-93658338
Received on Thursday, 16 April 2015 06:47:39 UTC