struct Protocol::IndexedDB::ObjectStore
- Protocol::IndexedDB::ObjectStore
- Struct
- Value
- Object
Overview
Object store.
Included Modules
- JSON::Serializable
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#auto_increment : Bool
If true, object store has auto increment flag set.
-
#indexes : Array(ObjectStoreIndex)
Indexes in this object store.
-
#key_path : KeyPath
Object store key path.
-
#name : String
Object store name.