[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ReplayXHRRequest](./puppeteer.protocol.network.replayxhrrequest.md) ## Protocol.Network.ReplayXHRRequest interface Signature: ```typescript export interface ReplayXHRRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [requestId](./puppeteer.protocol.network.replayxhrrequest.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Identifier of XHR to replay. |