[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) > [requestId](./puppeteer.protocol.fetch.continuerequestrequest.requestid.md) ## Protocol.Fetch.ContinueRequestRequest.requestId property An id the client received in requestPaused event. Signature: ```typescript requestId: RequestId; ```