Is there any way to detect network connection type using javascript?(有没有办法使用javascript检测网络连接类型?)
问题描述
我想知道是否有任何方法可以检查用户是否使用 javascript 从 2G、3G、4G 或 WiFi 连接.据我所知,只有 Mozilla 提供了一个网络信息 API,它有助于检测一般连接类型,如wifi"、蜂窝"等.
I would like to know is there any way to check if user is connected from 2G, 3G, 4G, or WiFi using javascript. As of my knowledge only Mozilla provides a Network Information API which helps to detect general connection type like 'wifi', 'cellular' etc.
推荐答案
将网络暴露给 javascript 是一种错误的方法.无论如何,为了您更好地理解,请通过以下链接
It is a wrong approach to expose your network to javascript. Anyways for your better understanding please go through the below link
如何检查连接使用 HTML5/JavaScript 输入(WiFi/LAN/WWAN)?
还有一个可以提供帮助,但仅支持 mozilla,有关信息,您可以访问以下链接
And there is one that can be of help but only supports mozilla and for the info you can visit the below link
https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API
这篇关于有没有办法使用javascript检测网络连接类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法使用javascript检测网络连接类型?


基础教程推荐
- 在for循环中使用setTimeout 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 动态更新多个选择框 2022-01-01
- 响应更改 div 大小保持纵横比 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06