'Promise' is undefined in IE [closed]

2019-03-08 23:50发布

问题:

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