Function inflate
- inflate(data, opts, cb): AsyncTerminable
Parameters
- data: Uint8Array
The data to decompress
- opts: AsyncInflateOptions
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
- inflate(data, cb): AsyncTerminable
Asynchronously expands DEFLATE data with no wrapper
Parameters
- data: Uint8Array
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
Asynchronously expands DEFLATE data with no wrapper