Re: [streams] Operation stream (#287)

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