Skip to main content
Module

x/puppeteer/mod.ts>HTTPRequest#responseForRequest

A port of puppeteer running on Deno
Latest
method HTTPRequest.prototype.responseForRequest
Re-export
import { HTTPRequest } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Returns

Partial<ResponseForRequest> | null

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