NavigatorOnLine

Overview

The NavigatorOnLine interface contains methods and properties related to the connectivity status of the browser.

Location

Properties


onLine

 

property onLine: dynamic read;

 

dynamic onLine { get; }

 

var onLine: dynamic { get{} }

 

dynamic onLine { __get; }

 

ReadOnly Property onLine() As dynamic