try {
doSomethingEvil()
} catch(e) {
window.location.href =
"http://stackoverflow.com/search?q=[js]+"
+ e.message;
}
real worldに使えないかもしれないけど、開発に使えるかも
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
try {
doSomethingEvil()
} catch(e) {
window.location.href =
"http://stackoverflow.com/search?q=[js]+"
+ e.message;
}
real worldに使えないかもしれないけど、開発に使えるかも
Register as a new user and use Qiita more conveniently
Go to list of users who liked