netinfo.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. {
  2. "title":"Network Information API",
  3. "description":"The Network Information API enables web applications to access information about the network connection in use by the device.",
  4. "spec":"http://w3c.github.io/netinfo/",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://www.igvita.com/2014/12/15/capability-reporting-with-service-worker/",
  9. "title":"(NetInfo) Capability reporting with ServiceWorker"
  10. }
  11. ],
  12. "bugs":[
  13. ],
  14. "categories":[
  15. "DOM",
  16. "JS API"
  17. ],
  18. "stats":{
  19. "ie":{
  20. "5.5":"n",
  21. "6":"n",
  22. "7":"n",
  23. "8":"n",
  24. "9":"n",
  25. "10":"n",
  26. "11":"n"
  27. },
  28. "edge":{
  29. "12":"n",
  30. "13":"n",
  31. "14":"n",
  32. "15":"n"
  33. },
  34. "firefox":{
  35. "2":"n",
  36. "3":"n",
  37. "3.5":"n",
  38. "3.6":"n",
  39. "4":"n",
  40. "5":"n",
  41. "6":"n",
  42. "7":"n",
  43. "8":"n",
  44. "9":"n",
  45. "10":"n",
  46. "11":"n",
  47. "12":"n",
  48. "13":"n",
  49. "14":"n",
  50. "15":"n",
  51. "16":"n",
  52. "17":"n",
  53. "18":"n",
  54. "19":"n",
  55. "20":"n",
  56. "21":"n",
  57. "22":"n",
  58. "23":"n",
  59. "24":"n",
  60. "25":"n",
  61. "26":"n",
  62. "27":"n",
  63. "28":"n",
  64. "29":"n",
  65. "30":"n",
  66. "31":"n",
  67. "32":"n",
  68. "33":"n",
  69. "34":"n",
  70. "35":"n",
  71. "36":"n",
  72. "37":"n",
  73. "38":"n",
  74. "39":"n",
  75. "40":"n",
  76. "41":"n",
  77. "42":"n",
  78. "43":"n",
  79. "44":"n",
  80. "45":"n",
  81. "46":"n",
  82. "47":"n",
  83. "48":"n",
  84. "49":"n",
  85. "50":"n",
  86. "51":"n",
  87. "52":"n",
  88. "53":"n"
  89. },
  90. "chrome":{
  91. "4":"n",
  92. "5":"n",
  93. "6":"n",
  94. "7":"n",
  95. "8":"n",
  96. "9":"n",
  97. "10":"n",
  98. "11":"n",
  99. "12":"n",
  100. "13":"n",
  101. "14":"n",
  102. "15":"n",
  103. "16":"n",
  104. "17":"n",
  105. "18":"n",
  106. "19":"n",
  107. "20":"n",
  108. "21":"n",
  109. "22":"n",
  110. "23":"n",
  111. "24":"n",
  112. "25":"n",
  113. "26":"n",
  114. "27":"n",
  115. "28":"n",
  116. "29":"n",
  117. "30":"n",
  118. "31":"n",
  119. "32":"n",
  120. "33":"n",
  121. "34":"n",
  122. "35":"n",
  123. "36":"n",
  124. "37":"n",
  125. "38":"n",
  126. "39":"n",
  127. "40":"n",
  128. "41":"n",
  129. "42":"n",
  130. "43":"n",
  131. "44":"n",
  132. "45":"n",
  133. "46":"n",
  134. "47":"n",
  135. "48":"n",
  136. "49":"n",
  137. "50":"n",
  138. "51":"n",
  139. "52":"n",
  140. "53":"n",
  141. "54":"n",
  142. "55":"n",
  143. "56":"n",
  144. "57":"n",
  145. "58":"n"
  146. },
  147. "safari":{
  148. "3.1":"n",
  149. "3.2":"n",
  150. "4":"n",
  151. "5":"n",
  152. "5.1":"n",
  153. "6":"n",
  154. "6.1":"n",
  155. "7":"n",
  156. "7.1":"n",
  157. "8":"n",
  158. "9":"n",
  159. "9.1":"n",
  160. "10":"n",
  161. "TP":"n"
  162. },
  163. "opera":{
  164. "9":"n",
  165. "9.5-9.6":"n",
  166. "10.0-10.1":"n",
  167. "10.5":"n",
  168. "10.6":"n",
  169. "11":"n",
  170. "11.1":"n",
  171. "11.5":"n",
  172. "11.6":"n",
  173. "12":"n",
  174. "12.1":"n",
  175. "15":"n",
  176. "16":"n",
  177. "17":"n",
  178. "18":"n",
  179. "19":"n",
  180. "20":"n",
  181. "21":"n",
  182. "22":"n",
  183. "23":"n",
  184. "24":"n",
  185. "25":"n",
  186. "26":"n",
  187. "27":"n",
  188. "28":"n",
  189. "29":"n",
  190. "30":"n",
  191. "31":"n",
  192. "32":"n",
  193. "33":"n",
  194. "34":"n",
  195. "35":"n",
  196. "36":"n",
  197. "37":"n",
  198. "38":"n",
  199. "39":"n",
  200. "40":"n",
  201. "41":"n",
  202. "42":"n",
  203. "43":"n",
  204. "44":"n"
  205. },
  206. "ios_saf":{
  207. "3.2":"n",
  208. "4.0-4.1":"n",
  209. "4.2-4.3":"n",
  210. "5.0-5.1":"n",
  211. "6.0-6.1":"n",
  212. "7.0-7.1":"n",
  213. "8":"n",
  214. "8.1-8.4":"n",
  215. "9.0-9.2":"n",
  216. "9.3":"n",
  217. "10.0-10.2":"n"
  218. },
  219. "op_mini":{
  220. "all":"n"
  221. },
  222. "android":{
  223. "2.1":"n",
  224. "2.2":"a #1",
  225. "2.3":"a #1",
  226. "3":"a #1",
  227. "4":"a #1",
  228. "4.1":"a #1",
  229. "4.2-4.3":"a #1",
  230. "4.4":"n",
  231. "4.4.3-4.4.4":"n",
  232. "53":"y"
  233. },
  234. "bb":{
  235. "7":"n",
  236. "10":"n"
  237. },
  238. "op_mob":{
  239. "10":"n",
  240. "11":"n",
  241. "11.1":"n",
  242. "11.5":"n",
  243. "12":"n",
  244. "12.1":"n",
  245. "37":"y"
  246. },
  247. "and_chr":{
  248. "55":"y"
  249. },
  250. "and_ff":{
  251. "50":"y"
  252. },
  253. "ie_mob":{
  254. "10":"n",
  255. "11":"n"
  256. },
  257. "and_uc":{
  258. "11":"n"
  259. },
  260. "samsung":{
  261. "4":"a #1"
  262. }
  263. },
  264. "notes":"In Chrome the API is enabled on Android only, support for other platforms [is coming](https://docs.google.com/a/chromium.org/document/d/1LTk9uVMGi4kurzcF5ellsAJReTF31fFJMHrQwSVtBjc/) . Support is also available on [Firefox OS](https://bugzilla.mozilla.org/show_bug.cgi?id=960426).",
  265. "notes_by_num":{
  266. "1":"Supports only the `navigator.connection.type` value which doesn't match the latest spec. [see details](http://davidbcalhoun.com/2010/using-navigator-connection-android/)"
  267. },
  268. "usage_perc_y":25.17,
  269. "usage_perc_a":4.23,
  270. "ucprefix":false,
  271. "parent":"",
  272. "keywords":"performance,network,network information,netinfo",
  273. "ie_id":"",
  274. "chrome_id":"6338383617982464",
  275. "firefox_id":"",
  276. "webkit_id":"",
  277. "shown":true
  278. }