- From: Zac Spitzer <zac.spitzer@gmail.com>
- Date: Sat, 24 May 2014 16:08:07 +1000
- To: whatwg@whatwg.org
console currently lacks the ability to access the console log history from javascript, it's not possible to wrap console.log and store a local buffer of log messages without then losing the original line reference . you can throw an error and catching it to get a strack trace, but this is isn't very performance friendly ideally we should be able to both access the console log history and also wrap log messages whilst maintaining line references -- Zac Spitzer +61 405 847 168
Received on Saturday, 24 May 2014 06:08:53 UTC