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

23 lines
994 B
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; [ApplicationCacheResource](./puppeteer.protocol.applicationcache.applicationcacheresource.md)
## Protocol.ApplicationCache.ApplicationCacheResource interface
Detailed application cache resource information.
<b>Signature:</b>
```typescript
export interface ApplicationCacheResource
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [size](./puppeteer.protocol.applicationcache.applicationcacheresource.size.md) | [integer](./puppeteer.protocol.integer.md) | Resource size. |
| [type](./puppeteer.protocol.applicationcache.applicationcacheresource.type.md) | string | Resource type. |
| [url](./puppeteer.protocol.applicationcache.applicationcacheresource.url.md) | string | Resource url. |