CompressionAdapter
Type Alias: CompressionAdapter
type CompressionAdapter = object;Defined in: packages/core/src/zip/index.ts:29
Methods
deflateRaw()
deflateRaw(data):
| Uint8Array<ArrayBufferLike>
| Promise<Uint8Array<ArrayBufferLike>>;Defined in: packages/core/src/zip/index.ts:31
Parameters
data
Uint8Array
Returns
| Uint8Array<ArrayBufferLike>
| Promise<Uint8Array<ArrayBufferLike>>
inflateRaw()
inflateRaw(data):
| Uint8Array<ArrayBufferLike>
| Promise<Uint8Array<ArrayBufferLike>>;Defined in: packages/core/src/zip/index.ts:30
Parameters
data
Uint8Array
Returns
| Uint8Array<ArrayBufferLike>
| Promise<Uint8Array<ArrayBufferLike>>