getAll
fun getAll(queryOrOptions: IDBValidKey? = definedExternally, count: Int = definedExternally): IDBRequest<ReadonlyArray<*>>(source)
The getAll()
method of the IDBIndex interface retrieves all objects that are inside the index.
fun getAll(queryOrOptions: IDBKeyRange?, count: Int = definedExternally): IDBRequest<ReadonlyArray<*>>(source)