Script5039: Redeclaration Of Const Property Using Ie9
I am optimizing my website across IE browsers. Everything works fine except for IE9. I have a function similar to this one: var history = new Array(); function loadPage(page, p
Solution 1:
It is probably conflicting with window.history. Rename it to something else and see if the error goes away.
Solution 2:
Btw: Using screen
as variable name in IE9 causes the same issue.
Post a Comment for "Script5039: Redeclaration Of Const Property Using Ie9"