Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.d.ts";
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.