import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { LoadNetworkResourcePageResult } = Protocol.Network;
An object providing the result of a network resource load.
Properties
optional
stream: IO.StreamHandleIf successful, one of the following two fields holds the result.
optional
headers: Network.HeadersResponse headers.