我想在Meteor方法中调用异步函数,然后将结果从该函数返回给Meteor.call。
(怎么)可能?
Meteor.methods({
my_function: function(arg1, arg2) {
//Call other asynchronous function and return result or throw error
}
});
江户川乱折腾
相关分类