puppeteer/new-docs/puppeteer.protocol.fetch.requestpausedevent.networkid.md
2020-07-13 14:01:35 +01:00

691 B

Home > puppeteer > Protocol > Fetch > RequestPausedEvent > networkId

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.

Signature:

networkId?: RequestId;