IPreRequestEvent interface
An IPreRequestEvent is sent before a fetch request is made.
Properties
options | Request settings being used |
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 |
vss |
Additional VSS-specific options supplied in the request |
Property Details
options
Request settings being used
options?: RequestInit
Property Value
RequestInit
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
vssRequestOptions
Additional VSS-specific options supplied in the request
vssRequestOptions?: IVssRequestOptions