Open
Description
https://html.spec.whatwg.org/multipage/webstorage.html#dom-sessionstorage
When a top-level browsing context is destroyed (and therefore permanently inaccessible to the user) the data stored in its session storage areas can be discarded with it, as the API described in this specification provides no way for that data to ever be subsequently retrieved.
From page-lifecycle docs, it seems that session storage is intended to be persisted between the discarded & active state.
This behaviour doesn't look clearly spec'd right now, but it feels really important, and something we'd want to be interoperable.
Metadata
Metadata
Assignees
Labels
No labels