createBrotliCompress

open fun createBrotliCompress(options: Value? = null): BrotliCompress

Method: zlib.createBrotliCompress([options])

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

Return

A new BrotliCompress object.

Parameters

options

An optional object containing configuration options for the deflate stream.