Interface NavigatorOnLine

interface NavigatorOnLine {
    onLine: boolean;
}

Hierarchy (View Summary)

Properties

Properties

onLine: boolean