Function useOnlineStatus

  • A hook that returns the current online status of the browser.

    Parameters

    • url: string
    • interval: number = 10000

    Returns boolean

    true if the browser is online, false otherwise.

Generated using TypeDoc