this post was submitted on 06 Sep 2023
268 points (97.2% liked)
Firefox
17849 readers
71 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
From what I understand it basically just saves the minimal state possible (URL, form inputs), which is lighter than keeping all the rendering details in memory, so maybe that minimal representation still stays in RAM as its footprint would be negligible.
It doesn’t save form inputs because when you click a suspended/unloaded tab, it reloads the whole page. Everything unsaved on that page is lost.
I really hope some day Firefox will work the way you say, though.
That's weird then, because this says:
If it doesn't do that then I'd say it's a bug?