puppeteer/new-docs/puppeteer.protocol.applicationcache.applicationcachestatusupdatedevent.md
2020-07-13 14:01:35 +01:00

21 lines
1.1 KiB
Markdown

<!-- 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; [ApplicationCache](./puppeteer.protocol.applicationcache.md) &gt; [ApplicationCacheStatusUpdatedEvent](./puppeteer.protocol.applicationcache.applicationcachestatusupdatedevent.md)
## Protocol.ApplicationCache.ApplicationCacheStatusUpdatedEvent interface
<b>Signature:</b>
```typescript
export interface ApplicationCacheStatusUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.applicationcache.applicationcachestatusupdatedevent.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Identifier of the frame containing document whose application cache updated status. |
| [manifestURL](./puppeteer.protocol.applicationcache.applicationcachestatusupdatedevent.manifesturl.md) | string | Manifest URL. |
| [status](./puppeteer.protocol.applicationcache.applicationcachestatusupdatedevent.status.md) | [integer](./puppeteer.protocol.integer.md) | Updated application cache status. |