Home > @datadog/browser-rum > RumXhrResourceEventDomainContext
Additional information available when the SDK dispatches an XHR resource event.
Signature:
export interface RumXhrResourceEventDomainContext
Property | Modifiers | Type | Description |
---|---|---|---|
handlingStack? | string | (Optional) Stack trace of where the resource was handled by the SDK. | |
isAborted | boolean | Whether the XHR request was aborted. | |
performanceEntry? | PerformanceEntry | (Optional) Browser performance entry for this resource. | |
xhr | XMLHttpRequest | The XMLHttpRequest object that made the request. |