Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/net/engines/browser-request

Index

Functions

Functions

  • isOnline(): Promise<boolean | null>
  • Returns true if the current host has a connection to the internet or null if the connection status can't be checked.

    This engine checks the connection by using a request for some data from the internet.

    Returns Promise<boolean | null>