BrowseruseOnlineOn this pageuseOnline A wrapper of useNetwork Usage Live Editor function Demo() { const online = useOnline(); return <div>{JSON.stringify(online)}</div>; }; ResultLoading... API useOnline Returns boolean | undefined: whether netwotk is online Arguments