mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
713 B
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;