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
Hi Team,
Since Node v7.6.0 was released and the feature of async/await is supported well in nodejs, I just wonder that if there is a plan/roadmap to make APIs awaitable which is asynchronous but returns a promise instead of passing a callback parameter.
For Example:
letfiles=awaitfs.readdirAsync('./some/path/');
The text was updated successfully, but these errors were encountered:
Hi Team,
Since Node v7.6.0 was released and the feature of
async/await
is supported well in nodejs, I just wonder that if there is a plan/roadmap to make APIs awaitable which is asynchronous but returns a promise instead of passing a callback parameter.For Example:
The text was updated successfully, but these errors were encountered: