mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;
|
|
```
|