t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

}).then((value) => { .... not work in Explorer 11 #926

Open WILEz75 opened 4 years ago

WILEz75 commented 4 years ago

As the title suggests, there is an error that is not reported when using the "then" statement on Explorer. Everything works as it should on Firefox.

Bitz commented 4 years ago

You are missing the promises polyfill.