pipeThrough method

ReadableStream pipeThrough(
  1. ReadableWritablePair transform, [
  2. StreamPipeOptions? options
])

Implementation

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