Sometimes Firefox generates console not defined error when console.debug() is used. Is this some kind of timing issue with load?
Asked
Active
Viewed 3,257 times
2 Answers
1
I cannot tell you why, but window.console.debug()
should always work(assuming there is a console-object in global scope). I've also noticed this behaviour the last time, since that I allways use window.console
instead of console
.

Dr.Molle
- 116,463
- 16
- 195
- 201