nodejs / node

Node.js JavaScript runtime ✨🐢🚀✨
https://nodejs.org
Other
107.99k stars 29.8k forks source link

Add zlib/promise module #55949

Open peixotoleonardo opened 5 days ago

peixotoleonardo commented 5 days ago

What is the problem this feature will solve?

To work with promise we need to use the promisify util to converte the callback function version.

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

I would like to add this new module to use promises instead of callbacks, similar to the fs/promises module.

What alternatives have you considered?

No response

peixotoleonardo commented 5 days ago

I would like to do this new module.