interface TransformStream
Type Parameters Jump to heading
Jump to headingI = any
Jump to headingO = any
Properties Jump to heading
readonly
Jump to headingreadable: ReadableStream<O>
readonly
Jump to headingwritable: WritableStream<I>
Type Parameters Jump to heading
Jump to headingI = any
Jump to headingO = any