This would solve...
Zstd is superior compression to gzip/deflate/br and should be used if available. fetch in firefox or chrome uses zstd since 2024.
The implementation should look like...
If nodejs has zstd implemented, then zstd should be added to accept encoding header of request.
Decompression of response seems to be already implemented.
This would solve...
Zstd is superior compression to gzip/deflate/br and should be used if available.
fetchin firefox or chrome uses zstd since 2024.The implementation should look like...
If nodejs has zstd implemented, then
zstdshould be added to accept encoding header of request.Decompression of response seems to be already implemented.