Click here to download the Blitz Browser!

WPT

wpt / IndexedDB / idbobjectstore_put.any.serviceworker.html

Spec: Indexed DB ↗

Runs: Chrome 155.0.8041.0 (wpt@18be93235, 2026-09-04) | Firefox 157.0a1 (wpt@1b4bc17cf, 2026-09-04) | Safari 251 preview (wpt@2c385f65e, 2026-09-04) | Ladybird 1.0-17043 (wpt@25681acff, 2026-09-04) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | 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
put() with an inline keyPASSPASSPASS
put() with an out-of-line keyPASSPASSPASS
put() record with key already existsPASSPASSPASS
put() where an index has unique:true specifiedPASSPASSPASS
Object store's key path is an object attributePASSPASSPASS
autoIncrement and inline keysPASSPASSPASS
autoIncrement and out-of-line keysPASSPASSPASS
Object store has autoIncrement:true and the key path is an object attributePASSPASSPASS
Attempt to put() a record that does not meet the constraints of an object store's inline key requirementsPASSPASSPASS
Attempt to call put() without an key parameter when the object store uses out-of-line keysPASSPASSPASS
Attempt to put() a record where the record's key does not meet the constraints of a valid keyPASSPASSPASS
Attempt to put() a record where the record's in-line key is not definedPASSPASSPASS
Attempt to put() a record where the out of line key provided does not meet the constraints of a valid keyPASSPASSPASS
put() 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