interface DecompressionStream
          
   extends GenericTransformStream
An API for decompressing a stream of data.
readonly
readable: ReadableStream<Uint8Array>
      
    readonly
writable: WritableStream<BufferSource>
      
    An API for decompressing a stream of data.
readable: ReadableStream<Uint8Array>
      
    
writable: WritableStream<BufferSource>