21 lines
713 B
Markdown
21 lines
713 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) > [IndexedDBListUpdatedEvent](./puppeteer.protocol.storage.indexeddblistupdatedevent.md)
|
||
|
|
||
|
## Protocol.Storage.IndexedDBListUpdatedEvent interface
|
||
|
|
||
|
The origin's IndexedDB database list has been modified.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface IndexedDBListUpdatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [origin](./puppeteer.protocol.storage.indexeddblistupdatedevent.origin.md) | string | Origin to update. |
|
||
|
|