Hacker News new | ask | show | jobs
by kevincox 772 days ago
Do tabs that are unloaded keep much state? My understanding was that they basically loaded as if a fresh navigation except for some extra form field preservation.

Or is the active state serialized to disk somehow?

1 comments

Not much state is kept: maybe about as much as if you were to navigate to the page again with the back button (which is an annoyingly little nowadays).