What is Connection?
This tool shows whether your browser currently has an internet connection, and—where the browser supports it—your connection type, an estimated download speed, round-trip latency and whether data-saver mode is on. The online/offline status updates instantly if your connection drops or returns.
How Connection works
The online status comes from navigator.onLine and the online/offline events. Connection details come from the Network Information API (navigator.connection), which reports an effective type like 4G, an estimated downlink in Mbps and the rtt latency.
These figures are the browser's own estimates, not a full speed test.
Common uses
- Confirm whether you are connected to the internet
- See your rough connection type and speed
- Check latency (RTT) for gaming or calls
- Detect when your connection drops or returns