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 has been archived by the owner on Dec 12, 2018. It is now read-only.
Now that Node supports Promises by default, it would be great to have them supported.
With a dual callback/promise non-breaking api.
You can either supply a callback, or don't and a promise will be returned.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @dotlouis , thanks for the request! ES6 support in Node is really exciting :) We will find time in the future to add promises, in the meantime we are going to focus on moving this library to a 1.0 release (as we have to break some of our own APIs).
Now that Node supports Promises by default, it would be great to have them supported.
With a dual callback/promise non-breaking api.
You can either supply a callback, or don't and a promise will be returned.
Thanks
The text was updated successfully, but these errors were encountered: