IE8 doenst support console.log writing. It uses just log writing. To fix this issue, simply add the following to your page scripts. if (typeof console === “undefined”) { window.console =…
IE8 Errors when writing to console
Continue reading
0 Comments