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. |