feat: wire OPFS local store migration

This commit is contained in:
Youzini-afk
2026-04-13 22:44:49 +08:00
parent 7bf85aba06
commit a7ded12350
5 changed files with 1626 additions and 1119 deletions

View File

@@ -2297,6 +2297,8 @@ export class BmeDatabase {
this.options = {
dexieClass: options.dexieClass || null,
};
this.storeKind = "indexeddb";
this.storeMode = "indexeddb";
this.db = null;
this._openPromise = null;