mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Meteor.apply and Meteor._LivedataConnection.apply now receive an options parameter which can be used to set the `wait` flag: (Client only) If true, don't send any subsequent method calls until this one is completed. Only run the callback for this method once all previous method calls have completed.