14 lines
691 B
Markdown
14 lines
691 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestPausedEvent](./puppeteer.protocol.fetch.requestpausedevent.md) > [networkId](./puppeteer.protocol.fetch.requestpausedevent.networkid.md)
|
||
|
|
||
|
## Protocol.Fetch.RequestPausedEvent.networkId property
|
||
|
|
||
|
If the intercepted request had a corresponding Network.requestWillBeSent event fired for it, then this networkId will be the same as the requestId present in the requestWillBeSent event.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
networkId?: RequestId;
|
||
|
```
|