Hacker News new | ask | show | jobs
by Jach 3080 days ago
Personally I'd want something more graceful like halting JS execution on the page and some sort of message...

When I was a teen I rudely tricked a friend to load an infinite alert() page, forcing them to kill their browser and lose some state. These days browsers don't let alerts block switching tabs or closing the offending tab, and with too frequent alerts you can check a box to block any more. It's better.

1 comments

Chrome doesn't crash, it gives you an error page with the message "Google chrome ran out of memory while trying to display this web page"

IE11 just gives an OOM error in the console.