javascript - 'Promise' is undefined in IE -


i'm getting 'promise' undefined error in ie. why , how can solve this?

add like

<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.5/bluebird.min.js"></script> 

to <head>...</head>

this pull in external bluebird promise library, able use promise on ie


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -