This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

lowerBound

Summary

Creates and returns a new key range with lower set to lower, lowerOpen set to open, upper set to undefined and and upperOpen set to true.

Method of apis/indexeddb/IDBKeyRangeapis/indexeddb/IDBKeyRange

Syntax

var object = object.lowerBound(bound, open);

Parameters

bound

Data-type
Blob

The lower value of the key range.

open

Data-type
Boolean

Indicates whether the key range includes the bound value.

Return Value

Returns an object of type DOM NodeDOM Node

Syntax

Standards information

Attributions