Since v1.3.0
indexOrPrimKey: String
Name of an index or primary key registered in Version.stores()
array: string[]
Array of strings to look for
key1, key2, keyN
Keys to look for
Collection
Search an index for keys that matches any of given strings, ignoring case differences of the english letters a-z, A-Z.
This method is an extension to the standard indexedDB API and is implemented using an algorithm invented by . For more details, please read