14 lines
567 B
Markdown
14 lines
567 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
multiEntry: boolean;
|
||
|
```
|