WPT
wpt / IndexedDB / idbobjectstore_put.any.sharedworker.html
Spec: Indexed DB ↗
Runs: Chrome 155.0.8042.0 (wpt@4eb09bcd9, 2026-09-04) | Firefox 157.0a1 (wpt@c3fcbf4ba, 2026-09-04) | Safari 251 preview (wpt@e7122b73f, 2026-09-04) | Ladybird 1.0-52f0f (wpt@a1ecd0c09, 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
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 16/16 | 16/16 | 16/16 | 16/16 | 12/16 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| put() with an inline key | PASS | PASS | PASS | PASS | PASS | — |
| put() with an out-of-line key | PASS | PASS | PASS | PASS | PASS | — |
| put() record with key already exists | PASS | PASS | PASS | PASS | PASS | — |
| put() where an index has unique:true specified | PASS | PASS | PASS | PASS | FAIL | — |
| Object store's key path is an object attribute | PASS | PASS | PASS | PASS | PASS | — |
| autoIncrement and inline keys | PASS | PASS | PASS | PASS | FAIL | — |
| autoIncrement and out-of-line keys | PASS | PASS | PASS | PASS | FAIL | — |
| Object store has autoIncrement:true and the key path is an object attribute | PASS | PASS | PASS | PASS | FAIL | — |
| Attempt to put() a record that does not meet the constraints of an object store's inline key requirements | PASS | PASS | PASS | PASS | PASS | — |
| Attempt to call put() without an key parameter when the object store uses out-of-line keys | PASS | PASS | PASS | PASS | PASS | — |
| Attempt to put() a record where the record's key does not meet the constraints of a valid key | PASS | PASS | PASS | PASS | PASS | — |
| Attempt to put() a record where the record's in-line key is not defined | PASS | PASS | PASS | PASS | PASS | — |
| Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key | PASS | PASS | PASS | PASS | PASS | — |
| put() a record where a value being indexed does not meet the constraints of a valid key | PASS | PASS | PASS | PASS | PASS | — |
| If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError | PASS | PASS | PASS | PASS | PASS | — |
| If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | PASS | PASS | PASS | PASS | — |