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