A UI Developer's Blog
Tuesday, October 10, 2017
The one true Javascript exception handler:
try {
something
} catch(e) {
window.location.href = "http://stackoverflow.com/search?q=[js] +" e.message;
}
(
via
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment