Function unzip
- unzip(
data: Uint8Array<ArrayBufferLike>,
opts: AsyncUnzipOptions,
cb: UnzipCallback,
): AsyncTerminable Parameters
- data: Uint8Array<ArrayBufferLike>
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<ArrayBufferLike>
- unzip(data: Uint8Array<ArrayBufferLike>, cb: UnzipCallback): AsyncTerminable
Asynchronously decompresses a ZIP archive
Parameters
- data: Uint8Array<ArrayBufferLike>
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<ArrayBufferLike>
Asynchronously decompresses a ZIP archive