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