-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Async/Await #56
Comments
What is the back compatibility like for this? I like the premise of async/await syntax but I don't fully know the benefits over the promise system. |
Async / Await is just syntactic sugar. There is no real change in functionality. You can write cleaner code in terms of avoiding callbacks. |
I see. How far back is async/await supported. I assume we'd have to drop support for older node versions. |
Earliest is Node v7.6 But v8 supports it for sure! |
Okay this seems reasonable to me, this is a feature which I'm interested in having. |
Right now, the package lacks support of async await. Should this be implemented?
The text was updated successfully, but these errors were encountered: