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.

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