diff options
author | stephan <stephan@noemail.net> | 2022-09-27 09:17:37 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-27 09:17:37 +0000 |
commit | 3d64548491f6e95854b843f978a4ada16eff614c (patch) | |
tree | 23fda2d6c089dcfd00799e6b96624688d18634f5 /ext/wasm/common/SqliteTestUtil.js | |
parent | 278d3faf1ffa6bbd14253865edba3e81631d0cb5 (diff) | |
download | sqlite-3d64548491f6e95854b843f978a4ada16eff614c.tar.gz sqlite-3d64548491f6e95854b843f978a4ada16eff614c.zip |
wasm/js: rename /persistent to /opfs to account for potential future persistent storage options. Minor flag-handling cleanups in the speedtest1 pages. Minor API tweaks in oo1.
FossilOrigin-Name: 4dc972a3656b2a9ec915bfb3f653136560c753ce4024c3f0d0d0c28f66db7a0a
Diffstat (limited to 'ext/wasm/common/SqliteTestUtil.js')
-rw-r--r-- | ext/wasm/common/SqliteTestUtil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/common/SqliteTestUtil.js b/ext/wasm/common/SqliteTestUtil.js index 779f271fb..277ab5529 100644 --- a/ext/wasm/common/SqliteTestUtil.js +++ b/ext/wasm/common/SqliteTestUtil.js @@ -221,7 +221,7 @@ sqlite3 API. */ sqlite3ApiConfig: { - persistentDirName: "/persistent" + wasmfsOpfsDir: "/opfs" }, /** Intended to be called by apps which need to call the |