In the `browser.min.js` version, an error occurs.
Closed this issue · 1 comments
Davilarek commented
Using this for init.
window.ZenFS.configure({
backend: window.ZenFS_DOM.IndexedDB,
storeName: "VirtualFS",
}).then(() => console.log(window.ZenFS));
Getting this error:
Uncaught (in promise) TypeError: (destructured parameter) is undefined
_initialize AsyncStore.ts:162
ready filesystem.ts:341
ready AsyncStore.ts:141
xs config.ts:61
Pg config.ts:96
run test.js:9
async* test.js:14
AsyncStore.ts:162:29
From my investigation, _initialize
seems to run twice and on the second run, it fails.