-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Open
Labels
brotliIssues and PRs related to the brotli dependency.Issues and PRs related to the brotli dependency.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
brotliIssues and PRs related to the brotli dependency.Issues and PRs related to the brotli dependency.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Triaged