mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Reorganization and renaming in the new VFS/vtab JS pieces.
FossilOrigin-Name: 1c2dda177a11fcc5b66e5554507c23ba4b9948a710b3bccfb26963b9851d40a4
This commit is contained in:
@ -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}
|
||||
});
|
||||
|
Reference in New Issue
Block a user