puppeteer/new-docs/puppeteer.protocol.fetch.requestpausedevent.networkid.md

14 lines
691 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [RequestPausedEvent](./puppeteer.protocol.fetch.requestpausedevent.md) &gt; [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;
```