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. |