-
Notifications
You must be signed in to change notification settings - Fork 52
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
Using async/await for Meteor.Method calls on the client #50
Comments
Does it support async-await. Where can I see more on this? |
I read it in their feature list for 1.3. Let me see if I can find it. |
This is where I read it. |
https://forums.meteor.com/t/start-using-async-await-instead-of-promises-and-callbacks/17037/5 |
Yes Meteor 1.3 has full support for the |
That's great. |
That's awesome, I've been eager to jump into |
Shouldn't we move all the meteor method call to use async/await as with 1.3 the ecmascript package will also enable its support. That should make method calls much more cleaner.
The text was updated successfully, but these errors were encountered: