diff options
author | stephan <stephan@noemail.net> | 2022-08-12 13:07:21 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-08-12 13:07:21 +0000 |
commit | e1c34624844134521f2485a81ab52a78b554a824 (patch) | |
tree | 416e35ba73c277c0393cc48092d261959f59314a /ext/wasm/api/sqlite3-api-worker.js | |
parent | e6d1650c5b9571e734bb00a3dd73e3f3b7f7e3c9 (diff) | |
download | sqlite-e1c34624844134521f2485a81ab52a78b554a824.tar.gz sqlite-e1c34624844134521f2485a81ab52a78b554a824.zip |
wasm: document the role of sqlite3-wasm.c. Other minor doc updates.
FossilOrigin-Name: 4c10b9b18feca82440273f8192fef951ad051bbfd8aad4d3c840cf6375130afd
Diffstat (limited to 'ext/wasm/api/sqlite3-api-worker.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-worker.js b/ext/wasm/api/sqlite3-api-worker.js index 3b5c1362a..95b27b21e 100644 --- a/ext/wasm/api/sqlite3-api-worker.js +++ b/ext/wasm/api/sqlite3-api-worker.js @@ -351,7 +351,7 @@ self.sqlite3.initWorkerAPI = function(){ form: { type: apiCommand, - dbId: optional DB ID value (not currently used!) + dbId: optional DB ID value (else uses a default db handle) data: apiArguments } |