Articles tagged: IDBIndex
Found 14 documents
- Web/API/IDBIndex IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database. ...
- Web/API/IDBIndex/count A IDBRequest object on which subsequent events related to this operation are fired.
- Web/API/IDBIndex/get If a value is successfully found, then a structured clone of it is created and set as the result ...
- Web/API/IDBIndex/getAll There is a performance cost associated with looking at the value property of a cursor, because ...
- Web/API/IDBIndex/getKey If a key is successfully found it is set as the result of the request object: this returns the ...
- Web/API/IDBIndex/isAutoLocale The isAutoLocale read-only property of the IDBIndex interface returns a Boolean indicating ...
- Web/API/IDBIndex/keyPath Any data type that can be used as a key path.
- Web/API/IDBIndex/locale The locale read-only property of the IDBIndex interface returns the locale of the index (for ...
- Web/API/IDBIndex/multiEntry A Boolean :
- Web/API/IDBIndex/name A DOMString specifying a name for the index.
- Web/API/IDBIndex/objectStore An IDBObjectStore.
- Web/API/IDBIndex/openCursor The method sets the position of the cursor to the appropriate record, based on the specified ...
- Web/API/IDBIndex/openKeyCursor The method sets the position of the cursor to the appropriate key, based on the specified direction.
- Web/API/IDBIndex/unique A Boolean :