文件名称:connection_detect:用于 html5 连接 api 的垫片
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-03 21:04:17
HTML
connection_detect WHAT IS IT 对多版本HTML5 connection API 的兼容性封装 WHY USE IT 这个API修订过几次,现存navigator.connection对象主要有两种不同版本的实现 老版本API,目前QQ浏览器的实现 // contents of navigator.connection object { "type": 3, // quirk : "3" "UNKNOWN": 0, // inherit in some browsers "ETHERNET": 1, // inherit in some browsers "WIFI": 2, // inherit in some browsers "CELL_2G": 3, // inherit in some browsers "CELL_3G": 4 // inh
【文件预览】:
connection_detect-master
----connection_detect.js(1KB)
----LICENSE(1KB)
----readme.md(2KB)
----index.html(1KB)