mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update v3-docs/docs/api/meteor.md
Co-authored-by: zodern <zodern@users.noreply.github.com>
This commit is contained in:
@@ -395,7 +395,7 @@ even if the method's writes are not available yet, you can specify an
|
||||
`onResultReceived` callback to [`Meteor.apply`](#Meteor-apply).
|
||||
|
||||
::: warning
|
||||
Use `Meteor.call` only to invoke sync method. If you want to call invoke async methods, use `Meteor.callAsync`.
|
||||
Use `Meteor.call` only to call methods that do not have a stub, or have a sync stub. If you want to call methods with an async stub, `Meteor.callAsync` can be used with any method.
|
||||
:::
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user