Just Help Yourself
Promise/A+规范摘录promise.then相关的部分如下: promise.then(onFulfilled, onRejected) 2.2.4 onFulfilled or onRejected must not be called until the execution context stack contains only platform code. [3.1]. Here “platform code” means engine, environment, an...…
…