1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Add timing info and OPFS sanity tests to tester1.js

FossilOrigin-Name: 99915b0076422487cdd181a54e55694404fba13e4a540329b5ede9e2c9e12532
This commit is contained in:
stephan
2022-10-21 06:26:17 +00:00
parent a6ca996e4a
commit 848d27ada1
6 changed files with 86 additions and 27 deletions

View File

@ -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: