datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Type Alias NetworkInfo

    type NetworkInfo = {
        online: boolean;
        type?: string;
        effectiveType?: string;
        downlinkMbps?: number;
        rttMs?: number;
        saveData?: boolean;
    }
    Index

    Properties

    online: boolean
    type?: string
    effectiveType?: string
    downlinkMbps?: number
    rttMs?: number
    saveData?: boolean