get

fun get(query: IDBValidKey): IDBRequest<*>(source)

The get() method of the IDBObjectStore interface returns an IDBRequest object, and, in a separate thread, returns the object selected by the specified key.

MDN Reference


fun get(query: IDBKeyRange): IDBRequest<*>(source)