IE 11 中不知promise 的 finally 方法

Posted 无极限

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE 11 中不知promise 的 finally 方法相关的知识,希望对你有一定的参考价值。

  需要安装promise.prototype.finally 插件解决

  通过npm 或者yarn 安装 

    1.npm:  npm install promise.prototype.finally --save

      在项目中调用 引入 并调用 插件的shim方法

    2.yarn: yarn add promise.prototype.finally

    

以上是关于IE 11 中不知promise 的 finally 方法的主要内容,如果未能解决你的问题,请参考以下文章

vue项目,ie11 浏览器报 Promise 未定义的错误

vue在IE11报错‘vuex requires a Promise polyfill in this browser.’

承诺在 IE11 上不起作用

如何在异步/等待语法中使用 Promise.prototype.finally()?

axios无法在ie9,10,11环境下运行的问题解决

在 AngularJS 中使用带有 Promises 的 success/error/finally/catch