import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CachedResource } = Protocol.Network;
Information about the cached resource.
Properties
type: ResourceType
Type of this resource.
optional
response: ResponseCached response data.