- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 24 Feb 2015 16:50:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 25 February 2015 00:50:34 UTC
byteCountingPipe() is an example of the transform stream concept realized by the operation stream. Using the helper function `selectOperationStreams()`, it polls events on the streams and do some transformation. It can be modified to have .pipeThrough() style chainable functionality, I think. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/287#issuecomment-75883854
Received on Wednesday, 25 February 2015 00:50:34 UTC