Documentation
    Preparing search index...

    Interface RumFetchResourceEventDomainContext

    interface RumFetchResourceEventDomainContext {
        error?: Error;
        handlingStack?: string;
        isAborted: boolean;
        performanceEntry?: PerformanceEntry;
        requestInit?: RequestInit;
        requestInput: RequestInfo;
        response?: Response;
    }
    Index

    Properties

    error?: Error
    handlingStack?: string
    isAborted: boolean
    performanceEntry?: PerformanceEntry
    requestInit?: RequestInit
    requestInput: RequestInfo
    response?: Response