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

24 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; [Network](./puppeteer.protocol.network.md) &gt; [CachedResource](./puppeteer.protocol.network.cachedresource.md)
## Protocol.Network.CachedResource interface
Information about the cached resource.
<b>Signature:</b>
```typescript
export interface CachedResource
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bodySize](./puppeteer.protocol.network.cachedresource.bodysize.md) | number | Cached response body size. |
| [response](./puppeteer.protocol.network.cachedresource.response.md) | [Response](./puppeteer.protocol.network.response.md) | Cached response data. |
| [type](./puppeteer.protocol.network.cachedresource.type.md) | [ResourceType](./puppeteer.protocol.network.resourcetype.md) | Type of this resource. |
| [url](./puppeteer.protocol.network.cachedresource.url.md) | string | Resource URL. This is the url of the original network request. |