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检测网络连接类型?


基础教程推荐
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01