This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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