You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The doc for
storage.sync
saysBut 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.
The text was updated successfully, but these errors were encountered: