diff options
author | stephan <stephan@noemail.net> | 2022-12-09 00:50:39 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-09 00:50:39 +0000 |
commit | d27c3e4e7e5ce92a34864ed08f1231918f753c4b (patch) | |
tree | 3881b8fc18cb464630292401ee3a14c1ba7d292f /ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | |
parent | 2797ac028cb43a89cef2bd308a3422d334318990 (diff) | |
download | sqlite-d27c3e4e7e5ce92a34864ed08f1231918f753c4b.tar.gz sqlite-d27c3e4e7e5ce92a34864ed08f1231918f753c4b.zip |
Reorganization and renaming in the new VFS/vtab JS pieces.
FossilOrigin-Name: 1c2dda177a11fcc5b66e5554507c23ba4b9948a710b3bccfb26963b9851d40a4
Diffstat (limited to 'ext/wasm/api/sqlite3-vfs-opfs.c-pp.js')
-rw-r--r-- | ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js index 49ebfbd80..ea8bc9b29 100644 --- a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js +++ b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js @@ -1268,7 +1268,7 @@ const installOpfsVfs = function callee(options){ and has finished initializing, so the real work can begin...*/ try { - sqlite3.VfsHelper.installVfs({ + sqlite3.vfs.installVfs({ io: {struct: opfsIoMethods, methods: ioSyncWrappers}, vfs: {struct: opfsVfs, methods: vfsSyncWrappers} }); |