NetworkStatus
Type. Connectivity and signal metrics snapshot.
Table of contents
Category
Type
Type import
tsimport type { NetworkStatus } from "valyrian.js/network";Public signature
tstype NetworkStatus = { online: boolean; effectiveType?: string; downlink?: number; rtt?: number; saveData?: boolean; };Type usage
NetworkStatus always reports online and adds Network Information metrics when the runtime provides them.