Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbobjectstore_add.any.serviceworker.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8040.0 (wpt@105b6a3a5, 2026-09-03) | Firefox 157.0a1 (wpt@e6996908b, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-f436a (wpt@476394464, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total16/1616/1616/160/160/16NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
add() with an inline keyPASSPASSPASS
add() with an out-of-line keyPASSPASSPASS
add() record with same key already existsPASSPASSPASS
add() where an index has unique:true specifiedPASSPASSPASS
add() object store's key path is an object attributePASSPASSPASS
add() autoIncrement and inline keysPASSPASSPASS
add() autoIncrement and out-of-line keysPASSPASSPASS
Object store has autoIncrement:true and the key path is an object attributePASSPASSPASS
Attempt to 'add()' a record that does not meet the constraints of an object store's inline key requirementsPASSPASSPASS
Attempt to call 'add()' without a key parameter when the object store uses out-of-line keysPASSPASSPASS
Attempt to 'add()' a record where the record's key does not meet the constraints of a valid keyPASSPASSPASS
Attempt to 'add()' a record where the record's in-line key is not definedPASSPASSPASS
Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid keyPASSPASSPASS
add() a record where a value being indexed does not meet the constraints of a valid keyPASSPASSPASS
If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyErrorPASSPASSPASS
If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateErrorPASSPASSPASS