aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/scratchpad-opfs-worker2.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-09-16 11:45:09 +0000
committerstephan <stephan@noemail.net>2022-09-16 11:45:09 +0000
commit4c72171b60aa55475f1c4963d96ed7cfd3634bee (patch)
treec549e4085fbf415fbd99f3ff50fe49889b353a29 /ext/wasm/scratchpad-opfs-worker2.js
parent57db2174d53b713d3bdeb38fa05d9eb1580ee9c0 (diff)
parent84e50767871d64ed2e9ffcf7dbee49d97746ce6f (diff)
downloadsqlite-4c72171b60aa55475f1c4963d96ed7cfd3634bee.tar.gz
sqlite-4c72171b60aa55475f1c4963d96ed7cfd3634bee.zip
Merge kv-vfs branch into fiddle-opfs branch for [21915af560b1|synchronous=off fix]. Remove some duplicate debug output in OPFS test code.
FossilOrigin-Name: 13899bb98c80525276d2484598b94e4206358f243f06d45c02700024f7e226fd
Diffstat (limited to 'ext/wasm/scratchpad-opfs-worker2.js')
-rw-r--r--ext/wasm/scratchpad-opfs-worker2.js3
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;