diff options
author | stephan <stephan@noemail.net> | 2022-09-30 11:01:44 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-30 11:01:44 +0000 |
commit | f6c686c9f4dc33c66e103d0af437aaf5ae2c20b6 (patch) | |
tree | 3b34e6d2ccb202bcb4f7db83893e0fc5e5885879 /ext/wasm/sqlite3-opfs-async-proxy.js | |
parent | 53d4e01d063ebee14ff06706b58faba0d07df136 (diff) | |
download | sqlite-f6c686c9f4dc33c66e103d0af437aaf5ae2c20b6.tar.gz sqlite-f6c686c9f4dc33c66e103d0af437aaf5ae2c20b6.zip |
Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor doc cleanups.
FossilOrigin-Name: 8a7998709f859a562cf6829485cb9921f8823af0efabe003741348ab1169fb89
Diffstat (limited to 'ext/wasm/sqlite3-opfs-async-proxy.js')
-rw-r--r-- | ext/wasm/sqlite3-opfs-async-proxy.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/wasm/sqlite3-opfs-async-proxy.js b/ext/wasm/sqlite3-opfs-async-proxy.js index fa5cd2d28..025cd97a4 100644 --- a/ext/wasm/sqlite3-opfs-async-proxy.js +++ b/ext/wasm/sqlite3-opfs-async-proxy.js @@ -90,8 +90,7 @@ metrics.dump = ()=>{ console.log("Serialization metrics:",metrics.s11n); }; -warn("This file is very much experimental and under construction.", - self.location.pathname); +//warn("This file is very much experimental and under construction.",self.location.pathname); /** Map of sqlite3_file pointers (integers) to metadata related to a |