content Type content Type : string
Defined in ../../AppInsightsCore/types/applicationinsights-core-js.d.ts:3239 onabort onabort : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
onerror onerror : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
onload onload : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
onloadend onloadend : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
onloadstart onloadstart : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
onprogress onprogress : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
ontimeout ontimeout : ( ( this : XMLHttpRequest , ev : ProgressEvent < EventTarget > ) => any )
Readonly
response Text response Text : string
Defined in ../../AppInsightsCore/types/applicationinsights-core-js.d.ts:3235 timeout timeout : number
Defined in ../../AppInsightsCore/types/applicationinsights-core-js.d.ts:3238
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.