Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I am using navigator.OnLine property to check the client connection,for some browsers it is working(version 69.0/70.9.b) not all.Why ?

  • 1 reply
  • 1 has this problem
  • 19 views
  • Last reply by TyDraniu

more options

Hi , I am using navigator.OnLine property to check the internet connection,for some browsers it is working(version 69.0/60.0) and for some it is not (version 70.9.b/69.0.1) . Are we going to support this property in all version in near future ?? The property wont return the consistent value : navigator.OnLine Please check and assist us to resolve this issue. Thank you in advance.

Regards, Lalit

Hi , I am using navigator.OnLine property to check the internet connection,for some browsers it is working(version 69.0/60.0) and for some it is not (version 70.9.b/69.0.1) . Are we going to support this property in all version in near future ?? The property wont return the consistent value : navigator.OnLine Please check and assist us to resolve this issue. Thank you in advance. Regards, Lalit

All Replies (1)

more options

AFAIK in Firefox and Internet Explorer, this property doesn't check the present connection state, it only check if browser is in the offline mode.

After switching the browser to offline mode (FIle -> Work offline) it has a false value, all other conditions return a true value;

In Chrome and Safari, if the browser is not able to connect to a local area network (LAN) or a router, it is offline; all other conditions return true. So while you can assume that the browser is offline when it returns a false value, you cannot assume that a true value necessarily means that the browser can access the internet.

Modified by TyDraniu