puppeteer/new-docs/puppeteer.protocol.storage.cachestoragecontentupdatedevent.md

22 lines
855 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Storage](./puppeteer.protocol.storage.md) &gt; [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md)
## Protocol.Storage.CacheStorageContentUpdatedEvent interface
A cache's contents have been modified.
<b>Signature:</b>
```typescript
export interface CacheStorageContentUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [cacheName](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.cachename.md) | string | Name of cache in origin. |
| [origin](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.origin.md) | string | Origin to update. |