Skip to content

Spec persistence of session storage #26

Open
@jakearchibald

Description

@jakearchibald

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions