Function: unzlib()

May 16, 2026 ยท View on GitHub

fflate


Function: unzlib()

Call Signature

unzlib(data: Uint8Array, opts: AsyncUnzlibOptions, cb: FlateCallback): AsyncTerminable

Asynchronously expands Zlib data

Parameters

data

Uint8Array

The data to decompress

opts

AsyncUnzlibOptions

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

Call Signature

unzlib(data: Uint8Array, cb: FlateCallback): AsyncTerminable

Asynchronously expands Zlib data

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