RequestPausedEventArgs Properties |
The RequestPausedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | FrameId |
The id of the frame that initiated the request.
|
![]() | NetworkId |
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.
|
![]() | RedirectedRequestId |
If the request is due to a redirect response from the server, the id of the request that
has caused the redirect.
|
![]() | Request |
The details of the request.
|
![]() | RequestId |
Each request the page makes will have a unique id.
|
![]() | ResourceType |
How the requested resource will be used.
|
![]() | ResponseErrorReason |
Response error if intercepted at response stage.
|
![]() | ResponseHeaders |
Response headers if intercepted at the response stage.
|
![]() | ResponseStatusCode |
Response code if intercepted at response stage.
|
![]() | ResponseStatusText |
Response status text if intercepted at response stage.
|