decompress
Asynchrononously expands compressed GZIP, Zlib, or raw DEFLATE data, automatically detecting the format
function decompress(
data: Uint8Array,
opts: AsyncInflateOptions,
cb: FlateCallback,
): AsyncTerminable;§
Asynchrononously expands compressed GZIP, Zlib, or raw DEFLATE data, automatically detecting the format
§Parameters
§
opts: AsyncInflateOptions
[src]The decompression options
§
The function to be called upon decompression completion