diff options
author | stephan <stephan@noemail.net> | 2022-11-24 17:53:09 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-11-24 17:53:09 +0000 |
commit | df5d06d03eca407aa84f12fce477a0c210bc4375 (patch) | |
tree | 1ee20dc47d06abb4b8b53a3353d5b2887ad09fa8 /ext/wasm/api/sqlite3-api-opfs.js | |
parent | 056a71562f192c7fcd4ca73a3133b60dcf5a83fd (diff) | |
download | sqlite-df5d06d03eca407aa84f12fce477a0c210bc4375.tar.gz sqlite-df5d06d03eca407aa84f12fce477a0c210bc4375.zip |
More work on the OPFS concurrency testing app.
FossilOrigin-Name: c0458caca3508d5d252f9b5198bda4f51a5c1874540f014b17e409f2daab1706
Diffstat (limited to 'ext/wasm/api/sqlite3-api-opfs.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-opfs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-api-opfs.js b/ext/wasm/api/sqlite3-api-opfs.js index deb8bf04e..5537df89f 100644 --- a/ext/wasm/api/sqlite3-api-opfs.js +++ b/ext/wasm/api/sqlite3-api-opfs.js @@ -1171,6 +1171,9 @@ const installOpfsVfs = function callee(options){ //TODO to support fiddle and worker1 db upload: //opfsUtil.createFile = function(absName, content=undefined){...} + //We have sqlite3.wasm.sqlite3_wasm_vfs_create_file() for this + //purpose but its interface and name are still under + //consideration. if(sqlite3.oo1){ opfsUtil.OpfsDb = function(...args){ |