Skip to main content
function brotliDecompressSync
brotliDecompressSync(
buf: InputType,
options?: BrotliOptions,
): Buffer
Deprecated

Decompress a chunk of data with BrotliDecompress.

Parameters

optional
options: BrotliOptions

Return Type

Buffer
Back to top