-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Feature RequestRequest to add a new featureRequest to add a new featureTriageIssue needs to be triagedIssue needs to be triaged
Description
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
Metadata
Metadata
Assignees
Labels
Feature RequestRequest to add a new featureRequest to add a new featureTriageIssue needs to be triagedIssue needs to be triaged