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 c7804f9 commit c861c61Copy full SHA for c861c61
src/examples/OPFSCoopSyncVFS.js
@@ -437,7 +437,7 @@ export class OPFSCoopSyncVFS extends FacadeVFS {
437
if (file.persistentFile.isHandleRequested) {
438
// Another connection wants the access handle.
439
this.#releaseAccessHandle(file);
440
- this.isHandleRequested = false;
+ file.persistentFile.isHandleRequested = false;
441
}
442
file.persistentFile.isFileLocked = false;
443
0 commit comments