What happened to console.log in IE8?

后端 未结 17 2948
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 04:45

According to this post it was in the beta, but it\'s not in the release?

17条回答
  •  孤城傲影
    2020-11-22 05:39

    If you get "undefined" to all of your console.log calls, that probably means you still have an old firebuglite loaded (firebug.js). It will override all the valid functions of IE8's console.log even though they do exist. This is what happened to me anyway.

    Check for other code overriding the console object.

提交回复
热议问题