this post was submitted on 22 Apr 2024
33 points (92.3% liked)

Firefox

4645 readers
6 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
 

When I duplicate a tab, a new tab is created with the same URL and I have to wait for it to download again. Why wouldn't Firefox just duplicate all the data of the tab into a new tab?

you are viewing a single comment's thread
view the rest of the comments
[–] dohpaz42 5 points 10 months ago* (last edited 10 months ago)

~~It’s technically possible. Firefox would need to copy the memory used for the current tab into a new set of data structures. This would be less than trivial, as getting it wrong would likely corrupt memory and cause a crash.~~

~~My best guess, being a developer for almost 20 years, is that it’d be safer for the developer to write code that opens a new tab, reloads the URL, and applies minimal state to the new tab.~~

Eh, never mind. After more thought, I wonder if it has more to do with the webpage’s caching policy and web standards than anything with Firefox’s capabilities.