Meteor 2.8 and Promise.await()?

I think I’ve heard that Promise.await() will eventually not be available in Meteor 2.8.x.

Is that correct? If so I have a follow-up question about updating some code that currently uses it.

1 Like

in this discussion: Change how Meteor executes Async code · Discussion #11505 · meteor/meteor · GitHub
it is said that Promise.await will be removed in 3.x.x
today we still need it because we do rely on Fibers to run async code
for more info on what have changed and may affect you in the future, the migration guide is a good call Migrating to Meteor 2.8 | Meteor Guide

1 Like