pipeThrough method
Implementation
ReadableStream pipeThrough(ReadableWritablePair transform,
[StreamPipeOptions? options]) =>
js_util.callMethod(this, 'pipeThrough', [transform, options]);
ReadableStream pipeThrough(ReadableWritablePair transform,
[StreamPipeOptions? options]) =>
js_util.callMethod(this, 'pipeThrough', [transform, options]);