Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Network.CachedResource
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CachedResource } = default.Network;

Information about the cached resource.

Properties

url: string

Resource URL. This is the url of the original network request.

Type of this resource.

optional
response: Response

Cached response data.

bodySize: number

Cached response body size.