core-utils
    Preparing search index...
    interface ClientLifecycle {
        apiGatewayRequestId?: string;
        blockedReason?: string;
        canceled?: boolean;
        cdpRequestId?: string;
        classification?:
            | "no_response_headers"
            | "headers_without_body_completion"
            | "network_failure"
            | "completed";
        completedAt?: string;
        completedEncodedDataLength?: number;
        completedMonotonicMs?: number;
        connectionId?: number;
        connectionReused?: boolean;
        corsErrorStatus?: string;
        dataEncodedDataLength?: number;
        errorText?: string;
        failedAt?: string;
        failedMonotonicMs?: number;
        loaderId?: string;
        loadingFailed?: boolean;
        loadingFinished?: boolean;
        method: string;
        origin: string;
        pathTemplate: string;
        pendingAtTimeout?: boolean;
        playwrightRequestKey?: string;
        protocol?: string;
        remoteIPAddress?: string;
        remotePort?: number;
        requestStarted?: boolean;
        requestStartedAt?: string;
        requestStartedMonotonicMs?: number;
        responseEncodedDataLength?: number;
        responseHeadersAt?: string;
        responseHeadersMonotonicMs?: number;
        responseHeadersReceived?: boolean;
        spanId?: string;
        traceId?: string;
        truncated?: boolean;
    }
    Index
    apiGatewayRequestId?: string
    blockedReason?: string
    canceled?: boolean
    cdpRequestId?: string
    classification?:
        | "no_response_headers"
        | "headers_without_body_completion"
        | "network_failure"
        | "completed"
    completedAt?: string
    completedEncodedDataLength?: number
    completedMonotonicMs?: number
    connectionId?: number
    connectionReused?: boolean
    corsErrorStatus?: string
    dataEncodedDataLength?: number
    errorText?: string
    failedAt?: string
    failedMonotonicMs?: number
    loaderId?: string
    loadingFailed?: boolean
    loadingFinished?: boolean
    method: string
    origin: string
    pathTemplate: string
    pendingAtTimeout?: boolean
    playwrightRequestKey?: string
    protocol?: string
    remoteIPAddress?: string
    remotePort?: number
    requestStarted?: boolean
    requestStartedAt?: string
    requestStartedMonotonicMs?: number
    responseEncodedDataLength?: number
    responseHeadersAt?: string
    responseHeadersMonotonicMs?: number
    responseHeadersReceived?: boolean
    spanId?: string
    traceId?: string
    truncated?: boolean