This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The Navigator.connection
read-only property returns a NetworkInformation
object containing information about the system's connection, such as the current bandwidth of the user's device or whether the connection is metered. This could be used to select high definition content or low definition content based on the user's connection.
networkInformation = navigator.connection
A NetworkInformation
object.
Specification | Status | Comment |
---|---|---|
Network Information API The definition of 'Navigator.connection' in that specification. | Draft | Initial specification |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 61 | ? | ? | No | ? | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 50 | 38 | ? | 14
|
37 | No | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigator/connection