How can I get the stack trace for a JavaScript exception in IE 8?
In Internet Explorer 8 and earlier versions, you can use the error object to get the stack trace of a thrown exception. Here’s an example of how you can modify the code to log the stack trace: resolveWith: function( context, args ) { if ( !cancelled && !fired && !firing ) { firing = 1; … Read more