mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
990 B
Markdown
23 lines
990 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)
|
||
|
|
||
|
## Protocol.Storage.IndexedDBContentUpdatedEvent interface
|
||
|
|
||
|
The origin's IndexedDB object store has been modified.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface IndexedDBContentUpdatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [databaseName](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.databasename.md) | string | Database to update. |
|
||
|
| [objectStoreName](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.objectstorename.md) | string | ObjectStore to update. |
|
||
|
| [origin](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.origin.md) | string | Origin to update. |
|
||
|
|