I’m using the exactly code of SweetAlert2 examples page: Works fine on Firefox and Chrome, but Internet Explorer shows SCRIPT1002: Syntax Error and not run the script…IE flag this portion as syntax error: Thanks for any help Answer (result) => {} is an arrow function which is completely unsupported in IE. To fix this you’ll […]
Tag: internet-explorer-11
Internet Explorer 11 detection
I know IE 11 has different user agent string than all other IE Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like Gecko I have tried to detect IE 11 with answer specified for this question’ …