mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
feat: wire OPFS local store migration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user