createBrotliDecompress

open fun createBrotliDecompress(options: Value? = null): BrotliDecompress

Method: zlib.createBrotliDecompress([options])

Creates an instance of the BrotliDecompress object, using the provided options, if any.

Return

A new BrotliDecompress object.

Parameters

options

An optional object containing configuration options for the inflate stream.