-
Notifications
You must be signed in to change notification settings - Fork 98
Promise based API #126
Copy link
Copy link
Closed
Description
Operating System
All
NodeJS Version
All except 0.10.x which doesn't support promises.
Expected Behavior
Instead of using callback function the API always returns a Promise object for async operations.
Similar pattern to fs-extra can be used to not break compatibility: if callback function is not set when calling function then the function returns a promise.
Experienced Behavior
No promises API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels