NavigatorOnLine
Overview
The NavigatorOnLine interface contains methods and properties related to the connectivity status of the browser.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
onLine
property onLine: dynamic read;
dynamic onLine { get; }
var onLine: dynamic { get{} }
dynamic onLine { __get; }
ReadOnly Property onLine() As dynamic