Skip to content

Please add latest brotli 1.1.0 bindings with compression dictionary support #52250

@nhelfman

Description

@nhelfman

What is the problem this feature will solve?

Current node brotli compression does not support compression dictionary.
The dictionary option only supported for deflate/inflate according to documentation:

dictionary | | | (deflate/inflate only, empty dictionary by default)

This prevents using node.js directly to create compression dictionary diffs at build time which is necessary in order to adopt Compression dictionary transport

What is the feature you are proposing to solve the problem?

Add latest code/binaries and binding to compression options to support latest brotli (https://github.com/google/brotli) version 1.1.0 so that we can use the dictionary option in brotli.

cc: @benjamingr

What alternatives have you considered?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    brotliIssues and PRs related to the brotli dependency.feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    Status

    Triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions