eventsource.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. {
  2. "title":"Server-sent events",
  3. "description":"Method of continuously sending data from a server to the browser, rather than repeatedly requesting it (EventSource interface, used to fall under HTML5)",
  4. "spec":"https://html.spec.whatwg.org/multipage/comms.html#server-sent-events",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://www.html5rocks.com/tutorials/eventsource/basics/",
  9. "title":"HTML5 Rocks tutorial"
  10. },
  11. {
  12. "url":"http://samshull.blogspot.com/2010/10/ajax-push-in-ios-safari-and-chrome-with.html",
  13. "title":"Blog post with demo"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-eventsource",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"https://github.com/Yaffle/EventSource",
  21. "title":"Polyfill"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Reportedly, CORS in EventSource is currently supported in Firefox 10+, Opera 12+, Chrome 26+, Safari 7.0+."
  27. },
  28. {
  29. "description":"In Firefox prior to version 36 server-sent events do not reconnect automatically in case of a connection interrupt ([bug](https://bugzilla.mozilla.org/show_bug.cgi?id=831392))"
  30. },
  31. {
  32. "description":"Firefox 52 and below do not support [EventSource in web/shared workers](https://bugzilla.mozilla.org/show_bug.cgi?id=1267903)"
  33. },
  34. {
  35. "description":"Antivirus software may block the event streaming data chunks."
  36. }
  37. ],
  38. "categories":[
  39. "JS API"
  40. ],
  41. "stats":{
  42. "ie":{
  43. "5.5":"n",
  44. "6":"n",
  45. "7":"n",
  46. "8":"n",
  47. "9":"n",
  48. "10":"n",
  49. "11":"n"
  50. },
  51. "edge":{
  52. "12":"n",
  53. "13":"n",
  54. "14":"n",
  55. "15":"n",
  56. "16":"n",
  57. "17":"n",
  58. "18":"n"
  59. },
  60. "firefox":{
  61. "2":"n",
  62. "3":"n",
  63. "3.5":"n",
  64. "3.6":"n",
  65. "4":"n",
  66. "5":"n",
  67. "6":"y",
  68. "7":"y",
  69. "8":"y",
  70. "9":"y",
  71. "10":"y",
  72. "11":"y",
  73. "12":"y",
  74. "13":"y",
  75. "14":"y",
  76. "15":"y",
  77. "16":"y",
  78. "17":"y",
  79. "18":"y",
  80. "19":"y",
  81. "20":"y",
  82. "21":"y",
  83. "22":"y",
  84. "23":"y",
  85. "24":"y",
  86. "25":"y",
  87. "26":"y",
  88. "27":"y",
  89. "28":"y",
  90. "29":"y",
  91. "30":"y",
  92. "31":"y",
  93. "32":"y",
  94. "33":"y",
  95. "34":"y",
  96. "35":"y",
  97. "36":"y",
  98. "37":"y",
  99. "38":"y",
  100. "39":"y",
  101. "40":"y",
  102. "41":"y",
  103. "42":"y",
  104. "43":"y",
  105. "44":"y",
  106. "45":"y",
  107. "46":"y",
  108. "47":"y",
  109. "48":"y",
  110. "49":"y",
  111. "50":"y",
  112. "51":"y",
  113. "52":"y",
  114. "53":"y",
  115. "54":"y",
  116. "55":"y",
  117. "56":"y",
  118. "57":"y",
  119. "58":"y",
  120. "59":"y",
  121. "60":"y",
  122. "61":"y",
  123. "62":"y",
  124. "63":"y",
  125. "64":"y",
  126. "65":"y",
  127. "66":"y"
  128. },
  129. "chrome":{
  130. "4":"n",
  131. "5":"n",
  132. "6":"y",
  133. "7":"y",
  134. "8":"y",
  135. "9":"y",
  136. "10":"y",
  137. "11":"y",
  138. "12":"y",
  139. "13":"y",
  140. "14":"y",
  141. "15":"y",
  142. "16":"y",
  143. "17":"y",
  144. "18":"y",
  145. "19":"y",
  146. "20":"y",
  147. "21":"y",
  148. "22":"y",
  149. "23":"y",
  150. "24":"y",
  151. "25":"y",
  152. "26":"y",
  153. "27":"y",
  154. "28":"y",
  155. "29":"y",
  156. "30":"y",
  157. "31":"y",
  158. "32":"y",
  159. "33":"y",
  160. "34":"y",
  161. "35":"y",
  162. "36":"y",
  163. "37":"y",
  164. "38":"y",
  165. "39":"y",
  166. "40":"y",
  167. "41":"y",
  168. "42":"y",
  169. "43":"y",
  170. "44":"y",
  171. "45":"y",
  172. "46":"y",
  173. "47":"y",
  174. "48":"y",
  175. "49":"y",
  176. "50":"y",
  177. "51":"y",
  178. "52":"y",
  179. "53":"y",
  180. "54":"y",
  181. "55":"y",
  182. "56":"y",
  183. "57":"y",
  184. "58":"y",
  185. "59":"y",
  186. "60":"y",
  187. "61":"y",
  188. "62":"y",
  189. "63":"y",
  190. "64":"y",
  191. "65":"y",
  192. "66":"y",
  193. "67":"y",
  194. "68":"y",
  195. "69":"y",
  196. "70":"y",
  197. "71":"y",
  198. "72":"y",
  199. "73":"y",
  200. "74":"y"
  201. },
  202. "safari":{
  203. "3.1":"n",
  204. "3.2":"n",
  205. "4":"n",
  206. "5":"y",
  207. "5.1":"y",
  208. "6":"y",
  209. "6.1":"y",
  210. "7":"y",
  211. "7.1":"y",
  212. "8":"y",
  213. "9":"y",
  214. "9.1":"y",
  215. "10":"y",
  216. "10.1":"y",
  217. "11":"y",
  218. "11.1":"y",
  219. "12":"y",
  220. "TP":"y"
  221. },
  222. "opera":{
  223. "9":"a",
  224. "9.5-9.6":"a",
  225. "10.0-10.1":"a",
  226. "10.5":"a",
  227. "10.6":"a",
  228. "11":"y",
  229. "11.1":"y",
  230. "11.5":"y",
  231. "11.6":"y",
  232. "12":"y",
  233. "12.1":"y",
  234. "15":"y",
  235. "16":"y",
  236. "17":"y",
  237. "18":"y",
  238. "19":"y",
  239. "20":"y",
  240. "21":"y",
  241. "22":"y",
  242. "23":"y",
  243. "24":"y",
  244. "25":"y",
  245. "26":"y",
  246. "27":"y",
  247. "28":"y",
  248. "29":"y",
  249. "30":"y",
  250. "31":"y",
  251. "32":"y",
  252. "33":"y",
  253. "34":"y",
  254. "35":"y",
  255. "36":"y",
  256. "37":"y",
  257. "38":"y",
  258. "39":"y",
  259. "40":"y",
  260. "41":"y",
  261. "42":"y",
  262. "43":"y",
  263. "44":"y",
  264. "45":"y",
  265. "46":"y",
  266. "47":"y",
  267. "48":"y",
  268. "49":"y",
  269. "50":"y",
  270. "51":"y",
  271. "52":"y",
  272. "53":"y",
  273. "54":"y",
  274. "55":"y",
  275. "56":"y",
  276. "57":"y"
  277. },
  278. "ios_saf":{
  279. "3.2":"n",
  280. "4.0-4.1":"y",
  281. "4.2-4.3":"y",
  282. "5.0-5.1":"y",
  283. "6.0-6.1":"y",
  284. "7.0-7.1":"y",
  285. "8":"y",
  286. "8.1-8.4":"y",
  287. "9.0-9.2":"y",
  288. "9.3":"y",
  289. "10.0-10.2":"y",
  290. "10.3":"y",
  291. "11.0-11.2":"y",
  292. "11.3-11.4":"y",
  293. "12.0-12.1":"y"
  294. },
  295. "op_mini":{
  296. "all":"n"
  297. },
  298. "android":{
  299. "2.1":"n",
  300. "2.2":"n",
  301. "2.3":"n",
  302. "3":"n",
  303. "4":"n",
  304. "4.1":"n",
  305. "4.2-4.3":"n",
  306. "4.4":"y",
  307. "4.4.3-4.4.4":"y",
  308. "67":"y"
  309. },
  310. "bb":{
  311. "7":"y",
  312. "10":"y"
  313. },
  314. "op_mob":{
  315. "10":"a",
  316. "11":"a",
  317. "11.1":"y",
  318. "11.5":"y",
  319. "12":"y",
  320. "12.1":"y",
  321. "46":"y"
  322. },
  323. "and_chr":{
  324. "70":"y"
  325. },
  326. "and_ff":{
  327. "63":"y"
  328. },
  329. "ie_mob":{
  330. "10":"n",
  331. "11":"n"
  332. },
  333. "and_uc":{
  334. "11.8":"y"
  335. },
  336. "samsung":{
  337. "4":"y",
  338. "5":"y",
  339. "6.2":"y",
  340. "7.2":"y"
  341. },
  342. "and_qq":{
  343. "1.2":"y"
  344. },
  345. "baidu":{
  346. "7.12":"y"
  347. }
  348. },
  349. "notes":"",
  350. "notes_by_num":{
  351. },
  352. "usage_perc_y":88.28,
  353. "usage_perc_a":0.03,
  354. "ucprefix":false,
  355. "parent":"",
  356. "keywords":"serversent,s-sent-events,server sent events,server side events",
  357. "ie_id":"serversenteventseventsource",
  358. "chrome_id":"5311740673785856",
  359. "firefox_id":"",
  360. "webkit_id":"",
  361. "shown":true
  362. }