feat(nbstore): add awareness storage&sync&frontend (#9016)

This commit is contained in:
EYHN
2024-12-17 04:37:15 +00:00
parent 36ac79351f
commit ffa0231cf5
21 changed files with 572 additions and 26 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export class IDBConnection extends Connection<{
this.setStatus('error', new Error('Blocked by other tabs.'));
},
}),
channel: new BroadcastChannel(this.dbName),
channel: new BroadcastChannel('idb:' + this.dbName),
};
}