Optionaltransformer: Transformer<any, any>OptionalwritableStrategy: QueuingStrategy<any>OptionalreadableStrategy: QueuingStrategy<any>ReadonlyreadableThe readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.
ReadonlywritableThe writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream.
Represents a class implementing
CompressionStreamorDecompressionStreaminterfaces.