Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.LoadNetworkResourcePageResult

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.LoadNetworkResourcePageResult
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { LoadNetworkResourcePageResult } = Protocol.Network;

An object providing the result of a network resource load.

Properties

success: boolean
optional
netError: number

Optional values used for error reporting.

optional
netErrorName: string
optional
httpStatusCode: number
optional
stream: IO.StreamHandle

If successful, one of the following two fields holds the result.

optional
headers: Network.Headers

Response headers.