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

14 lines
539 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; [DatabaseWithObjectStores](./puppeteer.protocol.indexeddb.databasewithobjectstores.md) &gt; [name](./puppeteer.protocol.indexeddb.databasewithobjectstores.name.md)
## Protocol.IndexedDB.DatabaseWithObjectStores.name property
Database name.
<b>Signature:</b>
```typescript
name: string;
```