Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Protocol.Page.ReloadRequest

Headless Chrome Deno API
Latest
interface Protocol.Page.ReloadRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ReloadRequest } = Protocol.Page;

Properties

optional
ignoreCache: boolean

If true, browser cache is ignored (as if the user pressed Shift+refresh).

optional
scriptToEvaluateOnLoad: string

If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin.