This feature is not Baseline because it does not work in some of the most widely-used browsers.
Note: This feature is available in Web Workers.
The NetworkInformation interface of the Network Information API provides information about the connection a device is using to communicate with the network and provides a means for scripts to be notified if the connection type changes. The NetworkInformation interface cannot be instantiated. It is instead accessed through the connection property of the Navigator interface or the WorkerNavigator interface.
This interface also inherits properties of its parent, EventTarget.
NetworkInformation.downlink Read only
Returns the effective bandwidth estimate in megabits per second, rounded to the nearest multiple of 25 kilobits per seconds.
NetworkInformation.downlinkMax Read only Experimental
Returns the maximum downlink speed, in megabits per second (Mbps), for the underlying connection technology.
NetworkInformation.effectiveType Read only
Returns the effective type of the connection meaning one of 'slow-2g', '2g', '3g', or '4g'. This value is determined using a combination of recently observed round-trip time and downlink values.
NetworkInformation.rtt Read only
Returns the estimated effective round-trip time of the current connection, rounded to the nearest multiple of 25 milliseconds.
NetworkInformation.saveData Read only
Returns true if the user has set a reduced data usage option on the user agent.
NetworkInformation.type Read only Experimental
Returns the type of connection a device is using to communicate with the network. It will be one of the following values:
bluetoothcellularethernetnonewifiwimaxotherunknownThis interface also inherits methods of its parent, EventTarget.
changeThe event that's fired when connection information changes.
| Specification |
|---|
| Network Information API> # networkinformation-interface> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
NetworkInformation |
61 | 79 | 31–32 | 48 | No | 38 | 31–99 | 25 | No | 3.0 | 50 | No |
change_event |
61 | 79 | No | 48 | No | 38 | NoOn Firefox, the event handler property corresponding to thechange event is ontypechange. |
45 | No | 3.0 | 50 | No |
downlink |
61The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
79The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
No | 48The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
No | 38The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
No | 25The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
No | 3.0The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
50The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
No |
downlinkMax |
61Only supported on ChromeOS |
No | No | No | No | 38 | No | 45 | No | 3.0 | 50 | No |
effectiveType |
61 | 79 | No | 48 | No | 38 | No | 45 | No | 3.0 | 50 | No |
rtt |
61The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
79The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
No | 48The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
No | 38The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
No | 25The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
No | 3.0The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
50The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
No |
saveData |
65 | 79 | No | 52 | No | 65 | No | 47 | No | 9.0 | 65 | No |
type |
61Only supported on ChromeOS |
No | 31–32 | No | No | 38 | 31–99 | 45 | No | 3.0 | 50 | No |
typechange_event |
No | No | 31–32 | No | No | 38Removal proposed in bug 40509974. |
31–99 | 25Removal proposed in bug 40509974. |
No | 3.0Removal proposed in bug 40509974. |
50 | No |
worker_support |
61 | 79 | 31–32 | 48 | No | 38 | 53–99 | 45 | No | 3.0 | 50 | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation