diff options
author | stephan <stephan@noemail.net> | 2024-06-12 21:01:44 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-06-12 21:01:44 +0000 |
commit | 063a2b338c8bf6c7dd4c156c629f26250c60ffe9 (patch) | |
tree | e96bd9ae222997431df6ba0169f4034a8cc5e533 /ext/wasm/api | |
parent | 718c5ff551be3fd46f186468bee8a8190c449a55 (diff) | |
download | sqlite-063a2b338c8bf6c7dd4c156c629f26250c60ffe9.tar.gz sqlite-063a2b338c8bf6c7dd4c156c629f26250c60ffe9.zip |
Remove some JS docs which no longer apply. No code changes.
FossilOrigin-Name: f253cab3359270045a3ae9f5e9eadc1cfc8844181db127165bfdf49d5f99efb1
Diffstat (limited to 'ext/wasm/api')
-rw-r--r-- | ext/wasm/api/sqlite3-vfs-opfs.c-pp.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js index 45e8c4889..603a3e474 100644 --- a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js +++ b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js @@ -715,9 +715,7 @@ const installOpfsVfs = function callee(options){ file. We have no way of checking whether any _other_ db connection has a lock except by trying to obtain and (on success) release a sync-handle for it, but doing so would - involve an inherent race condition and would require - waiting on the async proxy (which might be tied up for - arbitrarily long with unrelated work). For the time being, + involve an inherent race condition. For the time being, pending a better solution, we simply report whether the given pFile is open. |