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
After #331 and #451 are done, the mainly scripts and settings storage will use browser.storage.
We still need to preserve the ability to load and sync scripts via the file system. This requires us to implement a new set of synchronization mechanisms. It should be asynchronous and independent.
This will also be the basis for some features and optimizations. The mechanism will mainly consider data synchronization in the following locations:
browser.storage
iCloud sync storage
Local file storage (macOS Only)
The text was updated successfully, but these errors were encountered:
After #331 and #451 are done, the mainly scripts and settings storage will use
browser.storage
.We still need to preserve the ability to load and sync scripts via the file system. This requires us to implement a new set of synchronization mechanisms. It should be asynchronous and independent.
This will also be the basis for some features and optimizations. The mechanism will mainly consider data synchronization in the following locations:
browser.storage
The text was updated successfully, but these errors were encountered: