mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
Cleanup
This commit is contained in:
@@ -1069,12 +1069,14 @@ export default class MainBackground {
|
||||
);
|
||||
|
||||
this.processReloadService = new DefaultProcessReloadService(
|
||||
this.pinService,
|
||||
this.messagingService,
|
||||
systemUtilsServiceReloadCallback,
|
||||
this.vaultTimeoutSettingsService,
|
||||
this.biometricStateService,
|
||||
this.accountService,
|
||||
this.logService,
|
||||
this.platformUtilsService,
|
||||
this.pinService,
|
||||
);
|
||||
|
||||
// Other fields
|
||||
|
||||
4
apps/desktop/desktop_native/napi/index.d.ts
vendored
4
apps/desktop/desktop_native/napi/index.d.ts
vendored
@@ -125,13 +125,9 @@ export declare namespace ipc {
|
||||
}
|
||||
export declare namespace epheremal_values {
|
||||
export class EpheremalValueStoreWrapper {
|
||||
/** Create a new epheremal value store. */
|
||||
constructor()
|
||||
/** Set a value in the store. */
|
||||
set(key: string, value: string): void
|
||||
/** Get a value from the store. */
|
||||
get(key: string): string | null
|
||||
/** Remove a value from the store. */
|
||||
remove(key: string): void
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user