[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestId](./puppeteer.protocol.fetch.requestid.md) ## Protocol.Fetch.RequestId type Unique request identifier. Signature: ```typescript export type RequestId = string; ```