In which circumstances is window.console.log
defined in Internet Explorer 9?
Even when window.console.log
is defined, window.console.log.apply
and window.console.log.call
are undefined. Why is this?
[Related question for IE8: What happened to console.log in IE8?.]