mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
855 B
855 B
Home > puppeteer > Protocol > Storage > CacheStorageContentUpdatedEvent
Protocol.Storage.CacheStorageContentUpdatedEvent interface
A cache's contents have been modified.
Signature:
export interface CacheStorageContentUpdatedEvent
Properties
Property | Type | Description |
---|---|---|
cacheName | string | Name of cache in origin. |
origin | string | Origin to update. |