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

Local storage full in Chrome #1785

Closed
KasperBrandt opened this issue Aug 31, 2015 · 0 comments
Closed

Local storage full in Chrome #1785

KasperBrandt opened this issue Aug 31, 2015 · 0 comments

Comments

@KasperBrandt
Copy link
Contributor

Test plan

GIVEN the project editor
WHEN the local storage is full (e.g. Chrome)
THEN all typeaheads should still be loaded

Issue description

When trying to store the API responses in Chrome, this error shows up:

Uncaught QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'cachedAPIResponses' exceeded the quota.

@KasperBrandt KasperBrandt self-assigned this Aug 31, 2015
KasperBrandt added a commit that referenced this issue Aug 31, 2015
Added a try, except clause to make sure that we don't try to store the API results to the local storage if there is not enough space in the local storage.
kardan added a commit that referenced this issue Sep 1, 2015
[#1785] Cached API results of local storage
@MichaelAkvo MichaelAkvo moved this to Done in RSR Dec 8, 2022
@MichaelAkvo MichaelAkvo added this to RSR Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant