Function deflateSync
- deflateSync(
data: Uint8Array<ArrayBufferLike>,
opts?: DeflateOptions,
): Uint8Array Parameters
- data: Uint8Array<ArrayBufferLike>
The data to compress
Optional
opts: DeflateOptionsThe compression options
Returns Uint8Array
The deflated version of the data
- data: Uint8Array<ArrayBufferLike>
Compresses data with DEFLATE without any wrapper