Core Promise Initiative status
Issue to track progress of Core Promise Initiative. I plan on updating this table so it reflects the current status of migration to promise API.
| Module name | Promise replacement candidate |
|---|---|
child_process |
TBD |
cluster |
TBD |
crypto |
Web Crypto API |
dns |
dns/promises |
fs |
fs/promises |
http/http2/https |
undici + fetch (WIP) |
readline |
readline/promises |
stream |
stream/promises, stream/web |
timers |
timers/promises |
zlib |
TBD |
I would include the stream/web as the promise friendly version.
@aduh95 thanks for creating this
I would like to work on writing promise based version of callback based methods of zlib.
Is someone already working on it?
I would like to work on writing promise based version of callback based methods of
zlib. Is someone already working on it?
Not that I know, go for it (and thanks for volunteering)!
@aduh95 is there anything I can help?
Are any of these in progress right now? I would love to learn and contribute!