mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
820 B
Markdown
14 lines
820 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) > [interceptionId](./puppeteer.protocol.network.requestinterceptedevent.interceptionid.md)
|
|
|
|
## Protocol.Network.RequestInterceptedEvent.interceptionId property
|
|
|
|
Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch. Likewise if HTTP authentication is needed then the same fetch id will be used.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
interceptionId: InterceptionId;
|
|
```
|