Detect Error Type with JavaScript

added by Bob Senoff
7/17/2015 12:00:00 AM

1397 Views

JavaScript error reporting and catching is important and will only get more important as our web applications become more feature rich and powerful. I have never used try/catch blocks in depth -- I usually just catch exceptions for stuff that's usually known to cause problems. Remember this one from the IE6 days?


0 comments