puppeteer/new-docs/puppeteer.protocol.indexeddb.requestdatabaseresponse.databasewithobjectstores.md

14 lines
659 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IndexedDB](./puppeteer.protocol.indexeddb.md) &gt; [RequestDatabaseResponse](./puppeteer.protocol.indexeddb.requestdatabaseresponse.md) &gt; [databaseWithObjectStores](./puppeteer.protocol.indexeddb.requestdatabaseresponse.databasewithobjectstores.md)
## Protocol.IndexedDB.RequestDatabaseResponse.databaseWithObjectStores property
Database with an array of object stores.
<b>Signature:</b>
```typescript
databaseWithObjectStores: DatabaseWithObjectStores;
```