get

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

Retrieves the value of the first record matching the given key or key range in query.

If successful, request's result will be the value, or undefined if there was no matching record.

MDN Reference


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