function
zlib.brotliCompressSync
): NonSharedBuffer;
Compress a chunk of data with BrotliCompress.
Referenced types
type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView
interface BrotliOptions
- rejectGarbageAfterEnd?: boolean
If
true, decompression fails when input remains after the first complete compressed stream. Default:false