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 Apr 22, 2023. It is now read-only.
now that Promises are included in master, how about having async functions returning promises when no callback is supplied? this semi-breaks backwards compatibility, but people should be passing callbacks right now anyways, even just noops.
i think this belongs in v1, but 0.14 would be great as well. we could add a note to "always add callbacks!" for migration
now that
Promises are included in master, how about having async functions returning promises when nocallbackis supplied? this semi-breaks backwards compatibility, but people should be passing callbacks right now anyways, even just noops.i think this belongs in v1, but 0.14 would be great as well. we could add a note to "always add callbacks!" for migration