multiEntry
Summary
Affects how the index behaves when the result of evaluating the index’s key path yields an array. If true, there is one record in the index for each item in an array of keys. If false, then there is one record for each key that is an array.
Property of apis/indexeddb/IDBIndexapis/indexeddb/IDBIndex
Syntax
Note: This property is read-only.
var result = element.multiEntry;
Return Value
Returns an object of type BooleanBoolean