Skip to main content
Go to Latest
interface Protocol.Page.ReloadRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.