Skip to content

Feature request: in-memory storage that persists across extension reload/update #944

@crunk1

Description

@crunk1

I started with a request at the chromium project and they rightfully pointed me here.

Could we get another StorageArea similar to storage.session that persists during extension update/reload? Currently, when an extension updates (or otherwise reloads), storage.session clears.

My usage: we manage some authentication state in storage.session. When the extension updates/reloads, we lose that state. We'd prefer to not do it in local storage; we want memory to clear on browser close.

Spitball proposal: storage.browserSession

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: storageIssues related to persisting data. Topics include browser.storage, web storage, and new APIs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions