Class TransformStream<I, O>

Type Parameters

  • I = any
  • O = any

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

readable: ReadableStream<O>
writable: WritableStream<I>