BetterMonitor SDK - v0.1.15
    Preparing search index...

    Interface XMLHttpRequestMeta

    interface XMLHttpRequestMeta {
        allResponseHeaders: string;
        apiUrl: string;
        body: Record<string, any>;
        clientTime: number;
        method: string;
        pageUrl: string;
        params: Record<string, any>;
        responseText: string;
        responseURL: string;
        status: string;
        timeConsumed: number;
        timeSend: number;
        total: string;
    }
    Index
    allResponseHeaders: string
    apiUrl: string
    body: Record<string, any>
    clientTime: number
    method: string
    pageUrl: string
    params: Record<string, any>
    responseText: string
    responseURL: string
    status: string
    timeConsumed: number
    timeSend: number
    total: string