kaios-types
    Preparing search index...

    Interface MozWifiConnection

    Represents the status of the current Wi-Fi connection.

    interface MozWifiConnection {
        network?: MozWifiNetwork;
        status: ConnectionStatus;
    }
    Index

    Properties

    Properties

    network?: MozWifiNetwork