browser-sdk

Home > @datadog/browser-rum > RumXhrResourceEventDomainContext

RumXhrResourceEventDomainContext interface

Additional information available when the SDK dispatches an XHR resource event.

Signature:

export interface RumXhrResourceEventDomainContext 

Properties

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.