Log to Firefox Error Console from JavaScript
Posted
by Torsten Marek
on Stack Overflow
See other posts from Stack Overflow
or by Torsten Marek
Published on 2009-04-23T21:47:53Z
Indexed on
2010/04/15
14:53 UTC
Read the original article
Hit count: 231
Is it possible to add messages to the built-in error console of Firefox from JavaScript code running in web pages?
I know that I there's Firebug, which provides a console
object and its own error console, but I was looking for a quick fix earlier on and couldn't find anything.
I guess it might not be possible at all, to prevent malicious web pages from spamming the log?
© Stack Overflow or respective owner