diff options
Diffstat (limited to 'ext/wasm/scratchpad-opfs-worker2.js')
-rw-r--r-- | ext/wasm/scratchpad-opfs-worker2.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/scratchpad-opfs-worker2.js b/ext/wasm/scratchpad-opfs-worker2.js index 64e5266db..47ace63de 100644 --- a/ext/wasm/scratchpad-opfs-worker2.js +++ b/ext/wasm/scratchpad-opfs-worker2.js @@ -439,7 +439,7 @@ const initOpfsBits = async function(sqlite3){ let errCount = 0; [ 'FileSystemHandle', 'FileSystemFileHandle', 'FileSystemDirectoryHandle', - 'FileSystemHandle', 'FileSystemFileHandle', 'FileSystemDirectoryHandle' + 'FileSystemSyncAccessHandle' ].forEach(function(n){ const f = self[n]; if(f){ @@ -452,6 +452,7 @@ const initOpfsBits = async function(sqlite3){ }); if(errCount) return; } + warn('self',self); await initOpfsBits(sqlite3); if(1) return; |