isOnline method

  1. @override
bool isOnline()
override

Returns whether browser is online or not Offline means definitely offline (no connection to router). Inverse does NOT mean definitely online (only currently supported in Safari and even there only means the device has a connection to the router).

Implementation

@override
external bool isOnline();