Closed a631807682 closed 5 years ago
Node.js added native support for Promises with the first stable release of Node v4.0.0.
I have no idea how to support it in node >= 0.6.0 . I only support node >= 6.x by my fork version that what i need . So i would close this PR .
Add
Promise
API toClient
Class to suportasync/await
syntactic sugar . Include :createAsync
removeAsync
setDataAsync
getDataAsync
setACLAsync
getACLAsync
existsAsync
getChildrenAsync
mkdirpAsync
Expose
Client
Class that we can extend it easily .