我有一个Meteor.method()服务器端从oracledb. 客户端我有:
Meteor.call('myMethod', (error, result) => {
result.then() // err -> no .then() method?,
});
Run Code Online (Sandbox Code Playgroud)
那么什么是result?它没有.then()方法,所以它不是一个承诺?
| 归档时间: |
|
| 查看次数: |
2853 次 |
| 最近记录: |