Function gunzip
- gunzip(
data: Uint8Array<ArrayBufferLike>,
opts: AsyncGunzipOptions,
cb: FlateCallback,
): AsyncTerminable Parameters
- data: Uint8Array<ArrayBufferLike>
The data to decompress
- opts: AsyncGunzipOptions
The decompression options
- cb: FlateCallback
The function to be called upon decompression completion
Returns AsyncTerminable
A function that can be used to immediately terminate the decompression
- data: Uint8Array<ArrayBufferLike>
- gunzip(data: Uint8Array<ArrayBufferLike>, cb: FlateCallback): AsyncTerminable
Asynchronously expands GZIP data
Parameters
- data: Uint8Array<ArrayBufferLike>
The data to decompress
- cb: FlateCallback
The function to be called upon decompression completion
Returns AsyncTerminable
A function that can be used to immediately terminate the decompression
- data: Uint8Array<ArrayBufferLike>
Asynchronously expands GZIP data