sweetalert
sweetalert copied to clipboard
}).then((value) => { .... not work in Explorer 11
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.
You are missing the promises polyfill.