This repository was archived by the owner on Nov 5, 2019. It is now read-only.
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
Cannot use the script with Internet Explorer 11 #36
Closed
Description
Hello,
I can't use this script in InternetExplorer 11 on an Apache HTTP Server.
I get an error when calling the method execScript() from addScripts.js:
module.exports = function(src) {
if (typeof execScript !== "undefined")
execScript(src);
else
eval.call(null, src);
}
The execScript() method is deprecated in IE 11.
Any solutions to this ?
Metadata
Metadata
Assignees
Labels
No labels