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

Use multiple keys once getKeys becomes available #80

Open
fregante opened this issue Nov 12, 2024 · 0 comments
Open

Use multiple keys once getKeys becomes available #80

fregante opened this issue Nov 12, 2024 · 0 comments

Comments

@fregante
Copy link
Owner

fregante commented Nov 12, 2024

Related:

webext-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:

Screenshot 4

By using getKeys I could also have a OptionsSync#get() method, not just OptionsSync#getAll()

It might be a good time to also change serialization method:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant