Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Quota Exceeded Exception #244

Open
DavideWiest opened this issue May 20, 2024 · 0 comments
Open

[Feature Request] Quota Exceeded Exception #244

DavideWiest opened this issue May 20, 2024 · 0 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@DavideWiest
Copy link

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

@DavideWiest DavideWiest added Feature Request Request to add a new feature Triage Issue needs to be triaged labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant