Skip to content

Brotli zlib.constants.BROTLI_MIN_QUALITY defaults to BROTLI_DEFAULT_QUALITY #63

@MaMa

Description

@MaMa

Zlib constant zlib.constants.BROTLI_MIN_QUALITY is 0 which evaluates to falsy and BROTLI_DEFAULT_QUALITY (=4) is used instead.

brotliOpts.quality = brotliOpts.quality || BROTLI_DEFAULT_QUALITY;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions