aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-v-helper.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-07-18 16:24:51 +0000
committerstephan <stephan@noemail.net>2023-07-18 16:24:51 +0000
commitd69e6e6efb8a9204b332a188f05d05734f18f40d (patch)
tree707b2c4203941e0f27a1bcaa26d76607e1d888d5 /ext/wasm/api/sqlite3-v-helper.js
parentdec4cea24ceb78a363d4e4dd50ff58143ddd5f51 (diff)
downloadsqlite-d69e6e6efb8a9204b332a188f05d05734f18f40d.tar.gz
sqlite-d69e6e6efb8a9204b332a188f05d05734f18f40d.zip
Major restructuring of the opfs-sahpool bits to better support multiple instances per app (each sandboxed from each other). Eliminate the pesky promise resolution race condition when two such instances are loaded in parallel.
FossilOrigin-Name: 95e5fa498f71708caeb3394636c4853530a8b2d54406e503f32750732d6815d5
Diffstat (limited to 'ext/wasm/api/sqlite3-v-helper.js')
-rw-r--r--ext/wasm/api/sqlite3-v-helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-v-helper.js b/ext/wasm/api/sqlite3-v-helper.js
index 80ab7c5b0..cc9747aa5 100644
--- a/ext/wasm/api/sqlite3-v-helper.js
+++ b/ext/wasm/api/sqlite3-v-helper.js
@@ -608,7 +608,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
This is to facilitate creation of those methods inline in the
passed-in object without requiring the client to explicitly get a
reference to one of them in order to assign it to the other
- one.
+ one.
The `catchExceptions`-installed handlers will account for
identical references to the above functions and will install the