Kirk's UI Dev 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
‹
›
Home
View web version
No comments:
Post a Comment