mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
feat(y-indexeddb): add connected (#2208)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -13,6 +13,7 @@ export interface IndexedDBProvider {
|
||||
disconnect: () => void;
|
||||
cleanup: () => Promise<void>;
|
||||
whenSynced: Promise<void>;
|
||||
readonly connected: boolean;
|
||||
}
|
||||
|
||||
export type UpdateMessage = {
|
||||
|
||||
Reference in New Issue
Block a user