Send FETCH_LATEST.LOCAL_PROFILE on capability flip
This commit is contained in:
parent
c535ed6c9e
commit
fefa5d9a25
3 changed files with 53 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue