-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
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
Async brotli decompress-compress #53025
Comments
Just curious, but what's wrong with the |
i just ugly having to declare each function separatly and having to import another lib to the code |
im referring to brotli but it would also be good for gzip, deflate, etc. |
like for |
Yes but why are they not inside zlib? Its just confusing |
Should I add "help wanted" for someone to take on the issue? (ping) @nodejs/zlib in case they are already on the case |
so this feature will actualy will be shiped to node? |
but why dont just make their async function inside zlib 🙄 |
It's possible, but someone would have to implement it, so that takes time and energy. |
Could you do it for me |
I'm not an expert on ZLIB (or even a novice), but someone will likely implement it eventually. However, it will take time, so I wouldn't expect it anytime soon. |
There has been no activity on this feature request for 5 months. To help maintain relevant open issues, please add the
never-stale
|
I give up |
What is the problem this feature will solve?
I dont want to use util promisfy for using brotli as async
What is the feature you are proposing to solve the problem?
zlib.brotliCompressAsync
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: