Articles on JavaScript Error objects
I’m working on the JS Framework for Salesforce.com and thought it would be beneficial to have a robust Errors system. So I went looking for some information on what native support JS already provides.
These two articles were very handy.
http://www.javascriptkit.com/javatutors/trycatch2.shtml
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error
If I come up with anything fancy in my own implementation, I’ll see about sharing.
No comments
Leave a Reply