mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
* Remove ctor initialization in session sync * Fix error message * Prefer messaging over storage for syncing We still need to use storage for instances where we open a popup or worker and need to populate from a cache. However, in MV2, this is only ever stored in a background service, ensuring that all data is stored in from a long-lived context (mv2) or serialized to storage (mv3). * Test new storage scheme