diff options
author | stephan <stephan@noemail.net> | 2023-05-30 13:27:57 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-05-30 13:27:57 +0000 |
commit | e32fef140006c864e63a535bd718d7d19cef11bb (patch) | |
tree | 2140bd80703d407ef1e9c30399a7c1c9f268d7fd /ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | |
parent | 4308b88dcdab08d8f7ead46e46c29180c1496585 (diff) | |
download | sqlite-e32fef140006c864e63a535bd718d7d19cef11bb.tar.gz sqlite-e32fef140006c864e63a535bd718d7d19cef11bb.zip |
Minor internal JS doc fix. No code changes.
FossilOrigin-Name: 68abee3c1bf4e9ff632fccaa6ac7c5c4cdf55c4ff1749830ae3bd5ff6d55ebb2
Diffstat (limited to 'ext/wasm/api/sqlite3-vfs-opfs.c-pp.js')
-rw-r--r-- | ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | 3 |
1 files changed, 2 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 5c584702d..07dfa0f96 100644 --- a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js +++ b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js @@ -484,7 +484,8 @@ const installOpfsVfs = function callee(options){ This proxy de/serializes cross-thread function arguments and output-pointer values via the state.sabIO SharedArrayBuffer, using the region defined by (state.sabS11nOffset, - state.sabS11nOffset]. Only one dataset is recorded at a time. + state.sabS11nOffset + state.sabS11nSize]. Only one dataset is + recorded at a time. This is not a general-purpose format. It only supports the range of operations, and data sizes, needed by the |