mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic mechanism, no longer OPFS-specific.
FossilOrigin-Name: c42a8cb090cad1108dfd6be574202d744c59e053b505bc4c17252dc6b65d26bf
This commit is contained in:
@@ -361,7 +361,7 @@
|
||||
dbFile = 1 ? 'local' : 'session';
|
||||
this.logHtml("Using KVVFS storage:",dbFile);
|
||||
}else{
|
||||
pDir = capi.sqlite3_web_persistent_dir();
|
||||
pDir = capi.sqlite3_wasmfs_opfs_dir();
|
||||
if(pDir){
|
||||
dbFile = pDir+"/speedtest.db";
|
||||
this.logHtml("Using persistent storage:",dbFile);
|
||||
|
Reference in New Issue
Block a user