I need to check the connection availability but,
window.navigator.online not working in all browsers and its all versions. Need a generic solution that works in all the browsers and its all versions. It is not working mostly in the Chrome and Safari and in latest version of the Chrome.
I need to check the connection availability but, window.navigator.online not working in all browsers
Share
Using ajax call to test connectivity is the generic solution.