Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Page.ReloadRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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.