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

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.