websockets.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. {
  2. "title":"Web Sockets",
  3. "description":"Bidirectional communication technology for web apps",
  4. "spec":"https://html.spec.whatwg.org/multipage/comms.html#network",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://websocket.org/aboutwebsocket.html",
  9. "title":"WebSockets information"
  10. },
  11. {
  12. "url":"http://updates.html5rocks.com/2011/08/What-s-different-in-the-new-WebSocket-protocol",
  13. "title":"Details on newer protocol"
  14. },
  15. {
  16. "url":"http://en.wikipedia.org/wiki/WebSocket",
  17. "title":"Wikipedia"
  18. },
  19. {
  20. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-websockets",
  21. "title":"has.js test"
  22. },
  23. {
  24. "url":"http://docs.webplatform.org/wiki/apis/websocket",
  25. "title":"WebPlatform Docs"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Firefox 37 and lower cannot host a WebSocket within a WebWorker context, this support may arrive [in Firefox 38](https://developer.mozilla.org/en-US/Firefox/Releases/38)"
  31. }
  32. ],
  33. "categories":[
  34. "JS API"
  35. ],
  36. "stats":{
  37. "ie":{
  38. "5.5":"n",
  39. "6":"n",
  40. "7":"n",
  41. "8":"n",
  42. "9":"n",
  43. "10":"y",
  44. "11":"y"
  45. },
  46. "edge":{
  47. "12":"y",
  48. "13":"y",
  49. "14":"y"
  50. },
  51. "firefox":{
  52. "2":"n",
  53. "3":"n",
  54. "3.5":"n",
  55. "3.6":"n",
  56. "4":"a #1",
  57. "5":"a #1",
  58. "6":"a x #2",
  59. "7":"a x #2",
  60. "8":"a x #2",
  61. "9":"a x #2",
  62. "10":"a x #2",
  63. "11":"y",
  64. "12":"y",
  65. "13":"y",
  66. "14":"y",
  67. "15":"y",
  68. "16":"y",
  69. "17":"y",
  70. "18":"y",
  71. "19":"y",
  72. "20":"y",
  73. "21":"y",
  74. "22":"y",
  75. "23":"y",
  76. "24":"y",
  77. "25":"y",
  78. "26":"y",
  79. "27":"y",
  80. "28":"y",
  81. "29":"y",
  82. "30":"y",
  83. "31":"y",
  84. "32":"y",
  85. "33":"y",
  86. "34":"y",
  87. "35":"y",
  88. "36":"y",
  89. "37":"y",
  90. "38":"y",
  91. "39":"y",
  92. "40":"y",
  93. "41":"y",
  94. "42":"y",
  95. "43":"y",
  96. "44":"y",
  97. "45":"y",
  98. "46":"y",
  99. "47":"y",
  100. "48":"y",
  101. "49":"y",
  102. "50":"y",
  103. "51":"y",
  104. "52":"y",
  105. "53":"y"
  106. },
  107. "chrome":{
  108. "4":"a #1",
  109. "5":"a #1",
  110. "6":"a #1",
  111. "7":"a #1",
  112. "8":"a #1",
  113. "9":"a #1",
  114. "10":"a #1",
  115. "11":"a #1",
  116. "12":"a #1",
  117. "13":"a #1",
  118. "14":"a #1",
  119. "15":"a #2",
  120. "16":"y",
  121. "17":"y",
  122. "18":"y",
  123. "19":"y",
  124. "20":"y",
  125. "21":"y",
  126. "22":"y",
  127. "23":"y",
  128. "24":"y",
  129. "25":"y",
  130. "26":"y",
  131. "27":"y",
  132. "28":"y",
  133. "29":"y",
  134. "30":"y",
  135. "31":"y",
  136. "32":"y",
  137. "33":"y",
  138. "34":"y",
  139. "35":"y",
  140. "36":"y",
  141. "37":"y",
  142. "38":"y",
  143. "39":"y",
  144. "40":"y",
  145. "41":"y",
  146. "42":"y",
  147. "43":"y",
  148. "44":"y",
  149. "45":"y",
  150. "46":"y",
  151. "47":"y",
  152. "48":"y",
  153. "49":"y",
  154. "50":"y",
  155. "51":"y",
  156. "52":"y",
  157. "53":"y",
  158. "54":"y",
  159. "55":"y",
  160. "56":"y",
  161. "57":"y"
  162. },
  163. "safari":{
  164. "3.1":"n",
  165. "3.2":"n",
  166. "4":"n",
  167. "5":"a #1",
  168. "5.1":"a #1",
  169. "6":"a #2",
  170. "6.1":"a #2",
  171. "7":"y",
  172. "7.1":"y",
  173. "8":"y",
  174. "9":"y",
  175. "9.1":"y",
  176. "10":"y",
  177. "TP":"y"
  178. },
  179. "opera":{
  180. "9":"n",
  181. "9.5-9.6":"n",
  182. "10.0-10.1":"n",
  183. "10.5":"n",
  184. "10.6":"n",
  185. "11":"a #1",
  186. "11.1":"a #1",
  187. "11.5":"a #1",
  188. "11.6":"a #1",
  189. "12":"a #1",
  190. "12.1":"y",
  191. "15":"y",
  192. "16":"y",
  193. "17":"y",
  194. "18":"y",
  195. "19":"y",
  196. "20":"y",
  197. "21":"y",
  198. "22":"y",
  199. "23":"y",
  200. "24":"y",
  201. "25":"y",
  202. "26":"y",
  203. "27":"y",
  204. "28":"y",
  205. "29":"y",
  206. "30":"y",
  207. "31":"y",
  208. "32":"y",
  209. "33":"y",
  210. "34":"y",
  211. "35":"y",
  212. "36":"y",
  213. "37":"y",
  214. "38":"y",
  215. "39":"y",
  216. "40":"y",
  217. "41":"y",
  218. "42":"y",
  219. "43":"y"
  220. },
  221. "ios_saf":{
  222. "3.2":"n",
  223. "4.0-4.1":"n",
  224. "4.2-4.3":"a #1",
  225. "5.0-5.1":"a #1",
  226. "6.0-6.1":"y",
  227. "7.0-7.1":"y",
  228. "8":"y",
  229. "8.1-8.4":"y",
  230. "9.0-9.2":"y",
  231. "9.3":"y",
  232. "10-10.1":"y"
  233. },
  234. "op_mini":{
  235. "all":"n"
  236. },
  237. "android":{
  238. "2.1":"n",
  239. "2.2":"n",
  240. "2.3":"n",
  241. "3":"n",
  242. "4":"n",
  243. "4.1":"n",
  244. "4.2-4.3":"n",
  245. "4.4":"y",
  246. "4.4.3-4.4.4":"y",
  247. "53":"y"
  248. },
  249. "bb":{
  250. "7":"y #1",
  251. "10":"y"
  252. },
  253. "op_mob":{
  254. "10":"n",
  255. "11":"a #1",
  256. "11.1":"a #1",
  257. "11.5":"a #1",
  258. "12":"a #1",
  259. "12.1":"y",
  260. "37":"y"
  261. },
  262. "and_chr":{
  263. "54":"y"
  264. },
  265. "and_ff":{
  266. "50":"y"
  267. },
  268. "ie_mob":{
  269. "10":"y",
  270. "11":"y"
  271. },
  272. "and_uc":{
  273. "11":"y"
  274. },
  275. "samsung":{
  276. "4":"y"
  277. }
  278. },
  279. "notes":"Reported to be supported in some Android 4.x browsers, including Sony Xperia S, Sony TX and HTC.",
  280. "notes_by_num":{
  281. "1":"Partial support in older browsers refers to the websockets implementation using an older version of the protocol and/or the implementation being disabled by default (due to security issues with the older protocol).",
  282. "2":"Partial support in older browsers refers to lacking support for binary data."
  283. },
  284. "usage_perc_y":92.02,
  285. "usage_perc_a":0.38,
  286. "ucprefix":true,
  287. "parent":"",
  288. "keywords":"",
  289. "ie_id":"websocket",
  290. "chrome_id":"6555138000945152",
  291. "firefox_id":"websocket",
  292. "webkit_id":"",
  293. "shown":true
  294. }