Skip to main content
Go to Latest
interface Protocol.Network.LoadNetworkResourceRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { LoadNetworkResourceRequest } = Protocol.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.