online property

bool online

Identifies if a clear connection exists to the Internet from the browser.

Implementation

bool get online => web.window.navigator.onLine;