Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/zlib/deflate.ts>DeflateOptions

compress and uncompress for Deno
Latest
interface DeflateOptions
import { type DeflateOptions } from "https://deno.land/x/compress@v0.5.0/zlib/deflate.ts";

Options for the Deflate class.

Properties

optional
level: number
optional
method: number
optional
chunkSize: number
optional
windowBits: number
optional
memLevel: number
optional
strategy: number
optional
to: string
optional
raw: boolean
optional
gzip: boolean
optional
dictionary: Uint8Array
optional
header: zlibDeflate.Header