Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Or better yet:
window.addEventListener('error', function(e) {
window.location.href = `https://stackoverflow.com/search/...}`;
}); -
AkashM4246y@b3b3 I thought of tagging all languages there, then I just erased everything but this thing stayed up
Related Rants
Best way to handle any exception...
try{
something
} catch(e) {
window.location.href =
"http://stackoverflow.com/search/...]+"
+ e.message;
}
joke/meme
coding
c++
tip of the day
tricks
stack overflow
random
rant
try catch
joke but will be useful 😂😂😂
programmer
hacks