Skip to main content
Module

x/puppeteer/mod.ts>HTTPRequest#continueRequestOverrides

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

Returns

ContinueRequestOverrides

the ContinueRequestOverrides that will be used if the interception is allowed to continue (ie, abort() and respond() aren't called).