IPostRequestEvent interface
An IPostRequestEvent is sent after a fetch request has completed.
Properties
request |
A unique id that can be used to track this particular request (id is unique among all clients) |
request |
Url of the request that is about to be issued |
response | The Response returned for this request, if the request fails it will be undefined |
vss |
Additional VSS-specific options supplied in the request |
Property Details
requestId
A unique id that can be used to track this particular request (id is unique among all clients)
requestId: number
Property Value
number
requestUrl
Url of the request that is about to be issued
requestUrl: string
Property Value
string
response
The Response returned for this request, if the request fails it will be undefined
response?: Response
Property Value
Response
vssRequestOptions
Additional VSS-specific options supplied in the request
vssRequestOptions?: IVssRequestOptions