Hacker News new | ask | show | jobs
by martinskou 1315 days ago
If only <frame> was'nt depricated. /s
1 comments

<iframe> isn't
But isn't the performance of iframes a lot worse than simply adding a JS request?
No, not at all. It's just "worse" because often you load a whole page. If you load only a fragment, then it's just as fast as anything else.