Extremely Popular
Go to Latest
interface puppeteer.Network.LoadNetworkResourceRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { LoadNetworkResourceRequest } = puppeteer.Network;

Properties

optional
frameId: Page.FrameId

Frame id to get the resource for. Mandatory for frame targets, and should be omitted for worker targets.

url: string

URL of the resource to get content for.

Options for the request.