diff options
author | stephan <stephan@noemail.net> | 2023-07-18 18:52:41 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-18 18:52:41 +0000 |
commit | b0dd9d427faac25681ba2cd4ba45b11fb7071ef5 (patch) | |
tree | 9814d0d434a063398e3d4f232310a10748aa6e29 /ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | |
parent | d69e6e6efb8a9204b332a188f05d05734f18f40d (diff) | |
download | sqlite-b0dd9d427faac25681ba2cd4ba45b11fb7071ef5.tar.gz sqlite-b0dd9d427faac25681ba2cd4ba45b11fb7071ef5.zip |
Further refactoring of opfs-sahpool and start integrating it into tester1.c-pp.js.
FossilOrigin-Name: 91c789234963b660ae900f0738906b28a477993709e286d8125b2f4d6101601c
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 35b7b8865..7d313a263 100644 --- a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js +++ b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js @@ -23,7 +23,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ installOpfsVfs() returns a Promise which, on success, installs an sqlite3_vfs named "opfs", suitable for use with all sqlite3 APIs which accept a VFS. It is intended to be called via - sqlite3ApiBootstrap.initializersAsync or an equivalent mechanism. + sqlite3ApiBootstrap.initializers or an equivalent mechanism. The installed VFS uses the Origin-Private FileSystem API for all file storage. On error it is rejected with an exception |