Skip to main content
Module

x/puppeteer/mod.ts>ContinueRequestOverrides

A port of puppeteer running on Deno
Latest
interface ContinueRequestOverrides
import { type ContinueRequestOverrides } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Properties

optional
url: string

If set, the request URL will change. This is not a redirect.

optional
method: string
optional
postData: string
optional
headers: Record<string, string>