search

goog.db.KeyRange

Provided By

Creates a new IDBKeyRange wrapper object. Should not be created directly, instead use one of the static factory methods. For example:

new KeyRange( range )

Parameters
rangeIDBKeyRange

Underlying IDBKeyRange object.

See Also

goog.db.KeyRange.bound

goog.db.KeyRange.lowerBound

Instance Methods

Static Functions