mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
990 B
990 B
Home > puppeteer > Protocol > Storage > IndexedDBContentUpdatedEvent
Protocol.Storage.IndexedDBContentUpdatedEvent interface
The origin's IndexedDB object store has been modified.
Signature:
export interface IndexedDBContentUpdatedEvent
Properties
| Property | Type | Description |
|---|---|---|
| databaseName | string | Database to update. |
| objectStoreName | string | ObjectStore to update. |
| origin | string | Origin to update. |