This topic has not yet been rated - Rate this topic

lowerOpen property

Indicates whether a lower bound key range includes the lower value specified for the range.

This property is read-only.

Internet Explorer 10

Syntax

JavaScript
isLowerOpen = object.lowerOpen

Property values

Type: boolean

Indicates whether the lower bound value of the key range is open or closed.

ValueCondition
true

The lower bound value of the key range is open; it includes the lower bound value.

false

The lower bound value of the key range is closed; it does not include the lower bound value.

 

Standards information

See also

IDBKeyRange

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.