diff options
author | stephan <stephan@noemail.net> | 2023-07-16 19:20:45 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-16 19:20:45 +0000 |
commit | a34f27daed6c05aaeded2ab919ae2fd72e24f415 (patch) | |
tree | bf4bbb24b5c039f5cc1a60b14094d7c0f7e069a2 /ext/wasm/api | |
parent | 24873723f4b21e9e47505880398842c926269002 (diff) | |
download | sqlite-a34f27daed6c05aaeded2ab919ae2fd72e24f415.tar.gz sqlite-a34f27daed6c05aaeded2ab919ae2fd72e24f415.zip |
Doc tweaks only, no code changes.
FossilOrigin-Name: 044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
Diffstat (limited to 'ext/wasm/api')
-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 |