Skip to main content

ZlibOptions

interface ZlibOptions

Properties Jump to heading

optional
Jump to headingflush: number | undefined
optional
Jump to headingfinishFlush: number | undefined
optional
Jump to headingchunkSize: number | undefined
optional
Jump to headingwindowBits: number | undefined
optional
Jump to headinglevel: number | undefined
optional
Jump to headingmemLevel: number | undefined
optional
Jump to headingstrategy: number | undefined
optional
Jump to headingdictionary:
ArrayBufferView
| ArrayBuffer
| undefined
optional
Jump to headinginfo: boolean | undefined

If true, returns an object with buffer and engine.

optional
Jump to headingmaxOutputLength: number | undefined

Limits output size when using convenience methods.

Back to top