struct Protocol::IndexedDB::KeyRange
- Protocol::IndexedDB::KeyRange
- Struct
- Value
- Object
Overview
Key range.
Included Modules
- JSON::Serializable
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#lower : Key | Nil
Lower bound.
-
#lower_open : Bool
If true lower bound is open.
-
#upper : Key | Nil
Upper bound.
-
#upper_open : Bool
If true upper bound is open.