// check the current Connection State console.log(navigator.onLine) // true - When internet connection is detected. // false - When internet connection is not detected.