← back to v141 · indexeddb-getallrecords-and-direction-option-for-getall-getallkeys
conformance · v141
v141 · indexeddb-getallrecords-and-direction-option-for-getall-getallkeys — conformance probe
6 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
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
indexeddb-open |
indexedDB.open is the entry point used to obtain databases on which getAllRecords is invoked. | typeof | … | |
idbobjectstore-getallrecords |
IDBObjectStore.prototype.getAllRecords is exposed; it returns an array of records (key, primaryKey, value). | typeof | … | |
idbindex-getallrecords |
IDBIndex.prototype.getAllRecords is exposed so the same batched-read pattern works for indexes. | typeof | … | |
idbobjectstore-getall-direction-option |
IDBObjectStore.prototype.getAll exists; the spec extends it to accept a query + count + options object including direction. | typeof | … | |
idbobjectstore-getallkeys-direction-option |
IDBObjectStore.prototype.getAllKeys exists; the spec extends it with a direction option for descending reads. | typeof | … | |
idbcursor-direction-values |
IDBCursor.NEXT-equivalent direction strings ('next','prev','nextunique','prevunique') are the value set the new direction option accepts. | script | … |