IDBKeyRange

@native @JSGlobal @JSType
object IDBKeyRange extends Object
Companion:
class
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def bound(lower: IDBKey, upper: IDBKey, lowerOpen: Boolean, upperOpen: Boolean): IDBKeyRange

The bounds can be open (that is, the bounds exclude the endpoint values) or closed (that is, the bounds include the endpoint values). By default, the bounds are closed.

The bounds can be open (that is, the bounds exclude the endpoint values) or closed (that is, the bounds include the endpoint values). By default, the bounds are closed.

def lowerBound(bound: IDBKey, open: Boolean): IDBKeyRange

By default, it includes the lower endpoint value and is closed.

By default, it includes the lower endpoint value and is closed.

This method may raise a DOMException of the following types:

This method may raise a DOMException of the following types:

def upperBound(bound: IDBKey, open: Boolean): IDBKeyRange

By default, it includes the upper endpoint value and is closed.

By default, it includes the upper endpoint value and is closed.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object