feat(y-indexeddb): add connected (#2208)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
三咲智子 Kevin Deng
2023-05-05 11:42:49 +08:00
committed by GitHub
parent de0b300aca
commit 2c49c774af
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface IndexedDBProvider {
disconnect: () => void;
cleanup: () => Promise<void>;
whenSynced: Promise<void>;
readonly connected: boolean;
}
export type UpdateMessage = {