Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.LoadNetworkResourceRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { LoadNetworkResourceRequest } = Protocol.Network;

Properties

frameId: Page.FrameId

Frame id to get the resource for.

url: string

URL of the resource to get content for.

Options for the request.