← back to v150 · indexeddb-sqlite-backend
conformance · v150
v150 · indexeddb-sqlite-backend — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
indexeddb-exposed |
indexedDB is exposed on the window object (baseline). | exists | … | |
indexeddb-open-roundtrips-large-number |
Round-trips a 64-bit integer payload exercising the SQLite INTEGER column path. | script | … | |
indexeddb-roundtrips-arraybuffer |
Round-trips an ArrayBuffer — exercises the SQLite BLOB storage path. | script | … | |
indexeddb-index-cursor |
openCursor on an index iterates in correct order — exercises SQL ordering vs LevelDB ordering. | script | … | |
indexeddb-delete-removes-database |
deleteDatabase removes a created database — exercises SQLite file cleanup. | script | … |