aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-v-helper.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-07-19 13:31:29 +0000
committerstephan <stephan@noemail.net>2023-07-19 13:31:29 +0000
commiteafb4418a0a7efaaac3b2530a4b888659b08ba78 (patch)
treec79bbc6eeacf264c27a24f7f8e8c590ef069df51 /ext/wasm/api/sqlite3-v-helper.js
parentcd302a5e3207e775cc2455e77b2fdd9cedeb604f (diff)
downloadsqlite-eafb4418a0a7efaaac3b2530a4b888659b08ba78.tar.gz
sqlite-eafb4418a0a7efaaac3b2530a4b888659b08ba78.zip
Major restructuring of opfs-sahpool to improve maintainability and hopefully make it easier to reuse these pieces in the upcoming JSPI-based VFS experiment.
FossilOrigin-Name: 534481cd0c2e6f62dd0a82f25d4b78fdcc671eb70d6966693c98212a6420891c
Diffstat (limited to 'ext/wasm/api/sqlite3-v-helper.js')
-rw-r--r--ext/wasm/api/sqlite3-v-helper.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-v-helper.js b/ext/wasm/api/sqlite3-v-helper.js
index 8ae1172cf..e63da8afc 100644
--- a/ext/wasm/api/sqlite3-v-helper.js
+++ b/ext/wasm/api/sqlite3-v-helper.js
@@ -295,7 +295,8 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
- If `struct.$zName` is falsy and the entry has a string-type
`name` property, `struct.$zName` is set to the C-string form of
- that `name` value before registerVfs() is called.
+ that `name` value before registerVfs() is called. That string
+ gets added to the on-dispose state of the struct.
On success returns this object. Throws on error.
*/