Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Network.CachedResource
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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.