Window Metadata Restoration
Yoyo currently links two key elements to a window:
Window name
Tab browsing history within that window
These features are not supported completely by browsers or at least not exposed in extensions' APIs. So Yoyo needs to manage this information explicitly.
These elements function effectively during an active browsing session. However, once the browser is closed and reopened, recovering this metadata becomes challenging. This is largely because browsers don't natively support this functionality.
At Yoyo, we're working on an algorithm to recover as much data as possible, but you might notice issues like a new window name or missing tab history if the algorithm struggles with sensitive changes.
We'll keep improving the algorithm until it's super duper reliable or browsers add native support for this feature.
Last updated