Skip to main content
BrotliOptions - zlib - Node documentation
interface BrotliOptions

Usage in Deno

import { type BrotliOptions } from "node:zlib";
Deno compatibility

This class is not supported.

Properties

optional
flush: number | undefined
optional
finishFlush: number | undefined
optional
chunkSize: number | undefined
optional
params: { [key: number]: boolean | number; } | undefined
optional
maxOutputLength: number | undefined

Limits output size when using convenience methods.