diff options
author | stephan <stephan@noemail.net> | 2024-04-24 06:43:17 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-04-24 06:43:17 +0000 |
commit | 99200b2f07034d516e863e32cc35ff0cc4c0a653 (patch) | |
tree | f1a2c54d8eceff26ac95f0ea88f76ee24f1fb6fa /ext/wasm/api/sqlite3-worker1-promiser.c-pp.js | |
parent | 14602eafa74c2551deeb606b8de2ff9e4190be46 (diff) | |
download | sqlite-99200b2f07034d516e863e32cc35ff0cc4c0a653.tar.gz sqlite-99200b2f07034d516e863e32cc35ff0cc4c0a653.zip |
Remove an undocumented feature from the JS Worker1.open API because it relies on broken behavior which has no VFS-agnostic workaround.
FossilOrigin-Name: 3a640038c70c8511e7051af83aa35d163c4f96f05c5064cffd3e4e2e63cd44a9
Diffstat (limited to 'ext/wasm/api/sqlite3-worker1-promiser.c-pp.js')
-rw-r--r-- | ext/wasm/api/sqlite3-worker1-promiser.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js b/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js index 878147acd..8cfc70937 100644 --- a/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js +++ b/ext/wasm/api/sqlite3-worker1-promiser.c-pp.js @@ -285,7 +285,7 @@ globalThis.sqlite3Worker1Promiser.defaultConfig = { }/*defaultConfig*/; /** - sqlite3Worker1Promiser.v2() works identically to + sqlite3Worker1Promiser.v2(), added in 3.46, works identically to sqlite3Worker1Promiser() except that it returns a Promise instead of relying an an onready callback in the config object. The Promise resolves to the same factory function which |