Y
Hacker News
new
|
ask
|
show
|
jobs
by
bransonf
1955 days ago
This SO thread [0] on the subject is interesting as well. I suspect this really has no harmful consequences, most browsers have a max iframe depth, although I don’t know how it varies.
[0]
https://stackoverflow.com/questions/14223628/why-does-a-self...
1 comments
tylerhou
1955 days ago
I can “crash” a tab by running an infinite JS loop, or sending a bunch of data. Crashing doesn’t seem like a big deal.
link
olliej
1955 days ago
It’s much less of a problem now that all browsers are running each tab in a separate process. It used to be so much worse.
link
CodesInChaos
1955 days ago
Firefox manages to produce whole browser lag and freezes pretty often. And while it uses multiple processes, it's not using one per tab or origin.
link