[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [RequestDataRequest](./puppeteer.protocol.indexeddb.requestdatarequest.md) > [indexName](./puppeteer.protocol.indexeddb.requestdatarequest.indexname.md) ## Protocol.IndexedDB.RequestDataRequest.indexName property Index name, empty string for object store data requests. Signature: ```typescript indexName: string; ```