Optional
transformer: Transformer<any, any>Optional
writableStrategy: QueuingStrategy<any>Optional
readableStrategy: QueuingStrategy<any>Readonly
readableThe readable
read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream
.
Readonly
writableThe writable
read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream
.
Represents a class implementing
CompressionStream
orDecompressionStream
interfaces.