puppeteer/new-docs/puppeteer.protocol.network.requestinterceptedevent.requestid.md

14 lines
713 B
Markdown
Raw Normal View History

<!-- 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; [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) &gt; [requestId](./puppeteer.protocol.network.requestinterceptedevent.requestid.md)
## Protocol.Network.RequestInterceptedEvent.requestId property
If the intercepted request had a corresponding requestWillBeSent event fired for it, then this requestId will be the same as the requestId present in the requestWillBeSent event.
<b>Signature:</b>
```typescript
requestId?: RequestId;
```