Erase storage service state on key change
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user