14 lines
568 B
Markdown
14 lines
568 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) > [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md) > [origin](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.origin.md)
|
|
|
|
## Protocol.Storage.CacheStorageContentUpdatedEvent.origin property
|
|
|
|
Origin to update.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
origin: string;
|
|
```
|