mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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. |
|
|
|