1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-30 11:15:36 +02:00
bitwarden-browser/apps/browser/src/decorators
Matt Gibson a5759ee22a
Remove ctor initialization in session sync (#4755)
* 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
2023-02-16 09:36:50 -06:00
..
session-sync-observable Remove ctor initialization in session sync (#4755) 2023-02-16 09:36:50 -06:00
dev-flag.decorator.spec.ts PS-1133 Feature/mv3 browser observable memory caching (#3245) 2022-08-16 07:05:03 -05:00
dev-flag.decorator.ts [EC-473] Add feature flags to common code (#3324) 2022-08-26 13:00:14 +10:00