14 lines
713 B
Markdown
14 lines
713 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) > [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;
|
||
|
```
|