I'm writing a game and would like a console, is it possible to dump javascript's console to a div in
Posted
by RobertWHurst
on Stack Overflow
See other posts from Stack Overflow
or by RobertWHurst
Published on 2010-04-26T21:33:00Z
Indexed on
2010/04/26
21:43 UTC
Read the original article
Hit count: 190
I'm writing a game an I've got a console for developers to interact with javascript methods in the game. I have a problem though, I can figure out how to drop javascript errors to the console. is there anyway to write errors to a div or HTML element?
© Stack Overflow or respective owner