1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

[PM-29149] Add ServerCommunicationConfigService (#18815)

* Add state- and key-definitions for persisting serverCommunicationConfig(s)

* Add implementation of the SDK-defined ServerCommunicationConfigRepository

* Add ServerCommunicationConfigService

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2026-02-06 21:40:03 +01:00
committed by jaasen-livefront
parent 9647d35684
commit 3ea81f3e80
8 changed files with 495 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ export const EXTENSION_INITIAL_INSTALL_DISK = new StateDefinition(
export const WEB_PUSH_SUBSCRIPTION = new StateDefinition("webPushSubscription", "disk", {
web: "disk-local",
});
export const SERVER_COMMUNICATION_CONFIG_DISK = new StateDefinition(
"serverCommunicationConfig",
"disk",
);
// Design System