• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • ReadableStream
    • .
    • pipeThrough
method ReadableStream.pipeThrough
ReadableStream.pipeThrough<T>(
transform: { writable: WritableStream<R>; readable: ReadableStream<T>; },
options?: PipeOptions,
): ReadableStream<T>

Type Parameters

T

Parameters

transform: { writable: WritableStream<R>; readable: ReadableStream<T>; }
optional
options: PipeOptions

Return Type

ReadableStream<T>

Document Navigation

  • Type Parameters
    • T
  • Parameters
    • transform
    • options
  • Return Type