14 lines
582 B
Markdown
14 lines
582 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [IndexedDBContentUpdatedEvent](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.md) > [databaseName](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.databasename.md)
|
||
|
|
||
|
## Protocol.Storage.IndexedDBContentUpdatedEvent.databaseName property
|
||
|
|
||
|
Database to update.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
databaseName: string;
|
||
|
```
|