struct Protocol::IndexedDB::Key
- Protocol::IndexedDB::Key
- Struct
- Value
- Object
Overview
Key.
Included Modules
- JSON::Serializable
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#array : Array(Key) | Nil
Array value.
-
#date : Number::Primitive | Nil
Date value.
-
#number : Number::Primitive | Nil
Number value.
-
#string : String | Nil
String value.
-
#type : String
Key type.