puppeteer/new-docs/puppeteer.protocol.network.requestinterceptedevent.requestid.md
2020-07-13 14:01:35 +01:00

713 B

Home > puppeteer > Protocol > Network > RequestInterceptedEvent > requestId

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.

Signature:

requestId?: RequestId;