Documentation - v6.7.1
    Preparing search index...

    Interface NetworkInformation

    Provides information about the device's network connection.

    interface NetworkInformation {
        effectiveType?: NetworkEffectiveType;
        saveData: boolean;
        type?: NetworkInterface;
    }
    Index
    effectiveType?: NetworkEffectiveType

    The effective connection type based on observed bandwidth.

    saveData: boolean

    Whether the user has requested a reduced data usage mode.

    The physical connection type.