Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/compress/zlib/mod.ts>Deflate

compress and uncompress for Deno
Latest
class Deflate
import { Deflate } from "https://deno.land/x/compress@v0.4.6/zlib/mod.ts";

Constructors

new
Deflate(options?: DeflateOptions)

Properties

_dict_set: boolean
ended: boolean
err: STATUS
msg: string
options: any
strm: ZStream

Methods

push(data: Uint8Array, mode: boolean | number): Uint8Array