Capture contents of Firefox/IE error console through code?
问题 Is it possible to capture the contents of either the Firefox or IE javascript error console? I'm thinking adding a feature where when a user clicks the 'Report A Bug' link on my site, it also sends along the contents of the console, incase there are any useful errors in it. That way I don't have to tell them to manually open it and copy & paste the contents to me. 回答1: you can hook into the window.onerror event and send a request to your server with the details. Just be aware that it won't