You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Thanks for the confirmation. I have been using it with promisify as well. It would still be nice if Promises were supported natively in my opinion, but it's a huge deal since promisify works.
Considering the async API's do not have any special return value at this time, I believe it would be safe to add promise support as a non breaking change.
If callback is null, return a promise, else behave the way it currently does.
Could potentially always return a promise even.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Promises being available in Node for a while now, it would be great if this library could return Promises.
Side note: has anyone tried this with util.promsify? Does that work as expected?
The text was updated successfully, but these errors were encountered: