function
zlib.brotliDecompressSync
): NonSharedBuffer;
Decompress a chunk of data with BrotliDecompress.
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