Skip to main content
  1. Posts/

DevMode Javascript Exception Handler

StackOverflow-driven JS development:

try {
    something
} catch (e) {
     window.open('https://stackoverflow.com/search?q=[js]+"' + e.message + '"');
}