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

Handle storage failure #1

Open
LeopoldTal opened this issue Aug 15, 2018 · 0 comments
Open

Handle storage failure #1

LeopoldTal opened this issue Aug 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@LeopoldTal
Copy link
Owner

The doc for storage.sync says

You can store up to 100KB of data using this API. If you try to store more than this, the call will fail with an error message.

But I haven't managed to make it fail. It just gets slow.

I also don't know what failures other than "out of space" can happen.

Need to think about how to handle a failure. Silently continuing to update the list, but not saving it, sounds Bad. Plain refusing to work isn't much better.

@LeopoldTal LeopoldTal added the enhancement New feature or request label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant