|
|
|
|
|
by berkes
1684 days ago
|
|
> they would also be lost if the computer crashed wouldn't they? In 2000, maybe, yes. But nowadays all browsers write important parts of their state to disk and will recover that on crash. If you do a `sudo reboot now` in a terminal, you'll find firefox opens all tabs when rebooting. A lot of the content in those pages will be gone; e.g. sessions, SPA/JS-in-memory-state or this comment in a textbox before submitting. But the tabs, their URLs and even the placement of tabs is restored. |
|