Tweakr
    Preparing search index...

    Function isOnline

    • Checks if the browser is currently online.

      Returns boolean

      true if the browser is online, false otherwise.

      if (isOnline()) {
      console.log("You are online!");
      } else {
      console.log("You are offline.");
      }

      1.1.0