Class UnzipPassThrough
              
                  Implements
              
           
           
           Index
Constructors
constructor
- Returns UnzipPassThrough
Methods
push
- Pushes a chunk to be decompressed - Parameters- data: Uint8ArrayThe data in this chunk. Do not consume (detach) this data. 
- final: booleanWhether this is the last chunk in the data stream 
 - Returns void
- data: Uint8Array
Streaming pass-through decompression for ZIP archives