← back to v133 · indexeddb-getallrecords-and-direction-option-for-getall-getallkeys

conformance · v133

v133 · 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.

browser: spec: https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords chromestatus: #5124331450138624 generated 2026-06-01T08:12:59Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
idbobjectstore-getallrecords IDBObjectStore.prototype exposes the getAllRecords method. spec ↗ script
idbindex-getallrecords IDBIndex.prototype exposes the getAllRecords method. spec ↗ script
getallrecords-is-function getAllRecords is callable. typeof
idbobjectstore-getall-exists IDBObjectStore.getAll remains exposed (now supports a direction option in its query). script
idbobjectstore-getallkeys-exists IDBObjectStore.getAllKeys remains exposed (now supports a direction option). script
indexeddb-base-api-exposed indexedDB is exposed on Window; the new methods extend its surface. exists