美文网首页
setTimeout错误能在Promise中捕获吗?

setTimeout错误能在Promise中捕获吗?

作者: 牛年大吉2021 | 来源:发表于2020-12-30 11:16 被阅读0次

    new Promise(function(resolve,reject) { setTimeout(() => { throw new Error("Whoops!"); }, 1000);}).catch(alert);

    答案是不能。

    相关文章

      网友评论

          本文标题:setTimeout错误能在Promise中捕获吗?

          本文链接:https://www.haomeiwen.com/subject/gzzcoktx.html