I'm getting a 'Promise' is undefined
error in IE. Why is that and how can I solve this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Add something like
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.5/bluebird.min.js"></script>
To <head>...</head>
This will pull in an external Bluebird Promise Library, so that you will be able to use Promise
on IE