diff options
author | stephan <stephan@noemail.net> | 2022-10-21 06:26:17 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-21 06:26:17 +0000 |
commit | 848d27ada1d856cf8cfb677ba5cb8148d6516dc0 (patch) | |
tree | cc9bbe3512416d9ccacc3a15b5d4d7067372a03d /ext/wasm/api/sqlite3-api-oo1.js | |
parent | a6ca996e4ae07a970a781f75529a20d955cfa138 (diff) | |
download | sqlite-848d27ada1d856cf8cfb677ba5cb8148d6516dc0.tar.gz sqlite-848d27ada1d856cf8cfb677ba5cb8148d6516dc0.zip |
Add timing info and OPFS sanity tests to tester1.js
FossilOrigin-Name: 99915b0076422487cdd181a54e55694404fba13e4a540329b5ede9e2c9e12532
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index 5b934818f..b1b79c643 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -87,7 +87,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ being-construct DB object as its "this". See the DB constructor for the argument docs. This is split into a separate function in order to enable simple creation of special-case DB constructors, - e.g. JsStorageDB and OpfsDB. + e.g. JsStorageDB and OpfsDb. Expects to be passed a configuration object with the following properties: |