[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md) > [multiEntry](./puppeteer.protocol.indexeddb.objectstoreindex.multientry.md) ## Protocol.IndexedDB.ObjectStoreIndex.multiEntry property If true, index allows multiple entries for a key. Signature: ```typescript multiEntry: boolean; ```