<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [RequestWillBeSentExtraInfoEvent](./puppeteer.protocol.network.requestwillbesentextrainfoevent.md) &gt; [requestId](./puppeteer.protocol.network.requestwillbesentextrainfoevent.requestid.md)

## Protocol.Network.RequestWillBeSentExtraInfoEvent.requestId property

Request identifier. Used to match this information to an existing requestWillBeSent event.

<b>Signature:</b>

```typescript
requestId: RequestId;
```