阅读背景:

在promise中返回promise时可能出现未处理错误

来源:互联网 

I have the following code:

我有以下代码:

SuccessfulPromise().then(function() {
    return rejectedPromise();
}).catch(function(err) {
    console.log(err);
});
Successf



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: