diff options
Diffstat (limited to 'ext/wasm/api/sqlite3-vfs-opfs-sahpool.js')
-rw-r--r-- | ext/wasm/api/sqlite3-vfs-opfs-sahpool.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js b/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js index d7c5b198e..a6bb05dcd 100644 --- a/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js +++ b/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js @@ -90,9 +90,10 @@ let isPromiseReady; The options, in alphabetical order: - - `clearOnInit`: if truthy, as each SAH is acquired during - initalization of the VFS, its contents and filename name mapping - are removed, leaving the VFS's storage in a pristine state. + - `clearOnInit`: if truthy, contents and filename mapping are + removed from each SAH it is acquired during initalization of the + VFS, leaving the VFS's storage in a pristine state. Use this only + for databases which need not survive a page reload. - `defaultCapacity`: Specifies the default capacity of the VFS. This should not be set unduly high because the VFS has to |