upperBound
Summary
Creates and returns a new key range with lower set to undefined, lowerOpen set to true, upper set to upper and and upperOpen set to open.
Method of apis/indexeddb/IDBKeyRangeapis/indexeddb/IDBKeyRange
Syntax
var object = object.upperBound(bound, open);
Parameters
bound
- Data-type
- Blob
The upper 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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]