Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

[Feature Request] Quota Exceeded Exception #244

Description

@DavideWiest

Is your feature request related to a problem? Please describe.
Right now, the project has only BrowserStorageDisabledException. Considering the localStorage is only 5mb in most cases, it's realistic that it can be fully filled up in some projects. Knowing that exactly this is the error would be useful, as this info can be passed along to the user.

Describe the solution you'd like
A QuotaExceededException thrown if the local storage is full. The localStorage implementation in JavaScript throws a QuotaExceededError, which can be passed along.

Describe alternatives you've considered
If BrowserStorageDisabledException handles this, it should be renamed.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestRequest to add a new featureTriageIssue needs to be triaged

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions