1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove some JS docs which no longer apply. No code changes.

FossilOrigin-Name: f253cab3359270045a3ae9f5e9eadc1cfc8844181db127165bfdf49d5f99efb1
This commit is contained in:
stephan
2024-06-12 21:01:44 +00:00
parent 718c5ff551
commit 063a2b338c
3 changed files with 9 additions and 12 deletions

View File

@ -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.