Function inflateSync
- inflateSync(
data: Uint8Array<ArrayBufferLike>,
opts?: InflateOptions,
): Uint8Array Parameters
- data: Uint8Array<ArrayBufferLike>
The data to decompress
Optional
opts: InflateOptionsThe decompression options
Returns Uint8Array
The decompressed version of the data
- data: Uint8Array<ArrayBufferLike>
Expands DEFLATE data with no wrapper