Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

IE9 and console.log problems

Hello everyone,

I have found that Internet Explorer 9 has some problems when you want to use console.log in your sites.
If you have for example:

Code:
console.log('www.extremedev.blogspot.com');

then in IE9 without the Developer Tools open it will throw an exception (but you will not be able to see it because the Developer tools is not opened).
This happens because IE does not find the console object.

There is a small fix for this - you have to
........ »


This post first appeared on ExtremeDev: Development Solutions, please read the originial post: here

Share the post

IE9 and console.log problems

×

Subscribe to Extremedev: Development Solutions

Get updates delivered right to your inbox!

Thank you for your subscription

×