Change description:
ReadableStream.pipeTo() is the standard way to compose Streams. It reads data from the underlying source and writes it to a WritableStream while respecting backpressure. pipeThrough() is a simple wrapper around pipeTo() that provides elegant syntax for chaining multiple streams.
Changes to API surface:
* pipeTo method added to ReadableStream interface
* pipeThrough method added to ReadableStream interface
Links:
Streams specification: https://streams.spec.whatwg.org/#rs-pipe-through
Support in other browsers:
Internet Explorer: No (?)
Firefox: No (Yes)
Safari: No (Yes)
Comment 1 by ricea@chromium.org
, Dec 7 2016