Home > @datadog/browser-rum > RumFetchResourceEventDomainContext
Additional information available when the SDK dispatches a Fetch resource event.
Signature:
export interface RumFetchResourceEventDomainContext
Property | Modifiers | Type | Description |
---|---|---|---|
error? | Error | (Optional) Error that occurred during the fetch call. | |
handlingStack? | string | (Optional) Stack trace of where the resource was handled by the SDK. | |
isAborted | boolean | Whether the fetch call was aborted. | |
performanceEntry? | PerformanceEntry | (Optional) Browser performance entry for this resource. | |
requestInit? | RequestInit | (Optional) Init object passed to the fetch call. | |
requestInput | RequestInfo | Input parameter passed to the fetch call. | |
response? | Response | (Optional) Response object returned by the fetch call. |