-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
I've been testing and I'm unsure of how Firefox Sync handles syncing.
ScriptSafe for Firefox definitely is doing what it's supposed to do in syncing data, but across devices it doesn't trigger the browser.storage.onChanged.addListener listener (to pull the updated settings and import them into the instance), unlike Chrome.
I'm not sure if this is an issue with Firefox Sync, the Firefox Web Extensions API, or ScriptSafe. I should note that the exact same code works in Chrome.
Just logging this as an observation.
Reactions are currently unavailable