NetworkInformation: type 属性
注意:此功能在 Web Workers 中可用。
type
属性是 NetworkInformation
接口的一个只读属性,它返回设备用于与网络通信的连接类型。
值
一个枚举值,可以是以下值之一
"bluetooth"
"cellular"
"ethernet"
"none"
"wifi"
"wimax"
"other"
"unknown"
规范
规范 |
---|
网络信息 API # dom-networkinformation-type |
浏览器兼容性
BCD 表格仅在启用了 JavaScript 的浏览器中加载。