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