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.

lower

Summary

This value is the lower-bound of the key range.

Property of apis/indexeddb/IDBKeyRangeapis/indexeddb/IDBKeyRange

Syntax

var result = element.lower;
element.lower = value;

Notes

Remarks

A key range is said to be open if the lower bound value is included in the range and closed if the range does not include the lower bound value. Use the lowerOpen property to determine if the lower value is open or closed.

Syntax

Standards information

Attributions