Send FETCH_LATEST.LOCAL_PROFILE on capability flip

This commit is contained in:
Fedor Indutny 2024-08-23 15:14:56 -07:00 committed by GitHub
parent c535ed6c9e
commit fefa5d9a25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 53 additions and 0 deletions

View file

@ -738,6 +738,8 @@ export type WebAPIConnectType = {
connect: (options: WebAPIConnectOptionsType) => WebAPIType;
};
// When updating this make sure to update `observedCapabilities` type in
// ts/types/Storage.d.ts
export type CapabilitiesType = {
deleteSync: boolean;
versionedExpirationTimer: boolean;