Erase storage service state on key change
This commit is contained in:
parent
4de30786ec
commit
bbe56e0811
3 changed files with 23 additions and 5 deletions
4
ts/window.d.ts
vendored
4
ts/window.d.ts
vendored
|
@ -285,7 +285,9 @@ declare global {
|
|||
Services: {
|
||||
calling: CallingClass;
|
||||
enableStorageService: () => boolean;
|
||||
eraseAllStorageServiceState: () => Promise<void>;
|
||||
eraseAllStorageServiceState: (options?: {
|
||||
keepUnknownFields?: boolean;
|
||||
}) => Promise<void>;
|
||||
initializeGroupCredentialFetcher: () => void;
|
||||
initializeNetworkObserver: (network: ReduxActions['network']) => void;
|
||||
initializeUpdateListener: (updates: ReduxActions['updates']) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue