Latest
method HTTPRequest.prototype.responseForRequest
import { HTTPRequest } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Returns

Partial<ResponseForRequest> | null

The ResponseForRequest that gets used if the interception is allowed to respond (ie, abort() is not called).