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
As a part of the overall juggler refactor, we should drop all callback-based APIs (possibly with the exception of EventEmitters) in favor of Promise-based APIs that are compatible with async/await.
As part of this rework, we should drop support for Node.js versions older than 8.x and start using async/await for flow control.
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
As a part of the overall juggler refactor, we should drop all callback-based APIs (possibly with the exception of EventEmitters) in favor of Promise-based APIs that are compatible with
async/await
.As part of this rework, we should drop support for Node.js versions older than 8.x and start using
async
/await
for flow control.See also #537 (comment)
The text was updated successfully, but these errors were encountered: