[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [ReloadRequest](./puppeteer.protocol.page.reloadrequest.md) ## Protocol.Page.ReloadRequest interface Signature: ```typescript export interface ReloadRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [ignoreCache](./puppeteer.protocol.page.reloadrequest.ignorecache.md) | boolean | If true, browser cache is ignored (as if the user pressed Shift+refresh). | | [scriptToEvaluateOnLoad](./puppeteer.protocol.page.reloadrequest.scripttoevaluateonload.md) | 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. |