How to check if internet active in your computer
When you write code in JavaScript sometime you code does not execute due to loss of internet connectivity. so how you check if internet connection properly ON in your computer system.
below is one line of JavaScript code that check your system internet connect On of OFF.
Code is:
var isonline = navigator.onLine;
below is one line of JavaScript code that check your system internet connect On of OFF.
Code is:
var isonline = navigator.onLine;
0 comments:
Post a Comment