14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Sep 2023
14 points (100.0% liked)
Firefox
20372 readers
136 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
I don't know if the syncing part will work for unsigned extensions, but you need to use the same storage area on both endpoints. So if you set
kitten
key tosync
area (browser.storage.sync) - then you need to also read it from the sync area, but in your example you are reading fromlocal
area which is for local not-to-be-synced data only.