sweetalert icon indicating copy to clipboard operation
sweetalert copied to clipboard

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

Open WILEz75 opened this issue 5 years ago • 1 comments

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.

WILEz75 avatar Jan 19 '20 16:01 WILEz75

You are missing the promises polyfill.

Bitz avatar Feb 05 '20 16:02 Bitz