We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome was doing an origin trial of zstd compression, and just shipped it in Chrome v123: https://chromestatus.com/feature/6186023867908096. Mozilla also just landed it in nightly builds (mozilla/standards-positions#775 (comment))
zstd is faster than Brotli while also usually having a better compression ratio. It would be nice for this plugin to support it.
There are a few Node.js modules that implement zstd, for example https://www.npmjs.com/package/@skhaz/zstd.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chrome was doing an origin trial of zstd compression, and just shipped it in Chrome v123: https://chromestatus.com/feature/6186023867908096. Mozilla also just landed it in nightly builds (mozilla/standards-positions#775 (comment))
zstd is faster than Brotli while also usually having a better compression ratio. It would be nice for this plugin to support it.
There are a few Node.js modules that implement zstd, for example https://www.npmjs.com/package/@skhaz/zstd.
The text was updated successfully, but these errors were encountered: