Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Page.ReloadRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ReloadRequest } = default.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.