Thenable 是 ES6 promises、Q、jquery.Deferred、WinJS.Promise 等之间的共同接口。 该 API 不假设使用哪个 promise 库,因此可以重用现有代码而无需迁移到特定的 promise 实现。 但是,我们建议在此编辑器中使用原生 promises。
为 Promise 的完成和/或拒绝附加回调函数。
Promise 被 reslove 时要执行的回调。
Promise 被 reject 时要执行的回调。
一个 Promise 用于完成任何被执行的回调函数。
友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场
Generated by TypeDoc. Maintained by 洛竹
Thenable 是 ES6 promises、Q、jquery.Deferred、WinJS.Promise 等之间的共同接口。 该 API 不假设使用哪个 promise 库,因此可以重用现有代码而无需迁移到特定的 promise 实现。 但是,我们建议在此编辑器中使用原生 promises。