We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related:
getKeys
webext-options-sync currently stores everything in a single item, this limits the total amount of data a single instance can store.
webext-options-sync
I can see this after only ~10KB:
By using getKeys I could also have a OptionsSync#get() method, not just OptionsSync#getAll()
OptionsSync#get()
OptionsSync#getAll()
It might be a good time to also change serialization method:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related:
getKeys
where available webext-storage-cache#50webext-options-sync
currently stores everything in a single item, this limits the total amount of data a single instance can store.I can see this after only ~10KB:
By using
getKeys
I could also have aOptionsSync#get()
method, not justOptionsSync#getAll()
It might be a good time to also change serialization method:
The text was updated successfully, but these errors were encountered: