Function unzip
Parameters
- data: Uint8Array
The raw compressed ZIP file
- opts: AsyncUnzipOptions
The ZIP extraction options
- cb: UnzipCallback
The callback to call with the decompressed files
Returns AsyncTerminable
A function that can be used to immediately terminate the unzipping
- data: Uint8Array
Asynchronously decompresses a ZIP archive
Parameters
- data: Uint8Array
The raw compressed ZIP file
- cb: UnzipCallback
The callback to call with the decompressed files
Returns AsyncTerminable
A function that can be used to immediately terminate the unzipping
- data: Uint8Array
Asynchronously decompresses a ZIP archive