23 lines
994 B
Markdown
23 lines
994 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [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. |
|
|
|