We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78586c3 commit f9ce9e7Copy full SHA for f9ce9e7
src/lib/libidbfs.js
@@ -54,7 +54,7 @@ addToLibrary({
54
// If the automatic IDBFS persistence option has been selected, then automatically persist
55
// all modifications to the filesystem as they occur.
56
if (mount?.opts?.autoPersist) {
57
- mnt.idbPersistState = 0; // IndexedDB sync starts in idle state
+ mount.idbPersistState = 0; // IndexedDB sync starts in idle state
58
var memfs_node_ops = mnt.node_ops;
59
mnt.node_ops = {...mnt.node_ops}; // Clone node_ops to inject write tracking
60
mnt.node_ops.mknod = (parent, name, mode, dev) => {
0 commit comments