only
Summary
Creates and returns a new key range with both lower and upper set to value and both lowerOpen and upperOpen set to false.
Method of apis/indexeddb/IDBKeyRangeapis/indexeddb/IDBKeyRange
Syntax
var object = object.only(value);
Parameters
value
- Data-type
- Blob
The value for the key range.
Return Value
Returns an object of type DOM NodeDOM Node
Syntax
Standards information
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]