mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Network > CachedResource
Protocol.Network.CachedResource interface
Information about the cached resource.
Signature:
export interface CachedResource
Properties
| Property | Type | Description |
|---|---|---|
| bodySize | number | Cached response body size. |
| response | Response | Cached response data. |
| type | ResourceType | Type of this resource. |
| url | string | Resource URL. This is the url of the original network request. |