struct Protocol::IndexedDB::KeyRange

Overview

Key range.

Included Modules

Defined in:

protocol/indexed_db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def lower : Key | Nil #

Lower bound.


[View source]
def lower_open : Bool #

If true lower bound is open.


[View source]
def upper : Key | Nil #

Upper bound.


[View source]
def upper_open : Bool #

If true upper bound is open.


[View source]