notifications.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. {
  2. "title":"Web Notifications",
  3. "description":"Method of alerting the user outside of a web page by displaying notifications (that do not require interaction by the user).",
  4. "spec":"https://notifications.spec.whatwg.org/",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://www.html5rocks.com/tutorials/notifications/quick/",
  9. "title":"HTML5 Rocks tutorial"
  10. },
  11. {
  12. "url":"http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification",
  13. "title":"Chromium API"
  14. },
  15. {
  16. "url":"https://addons.mozilla.org/en-us/firefox/addon/221523/",
  17. "title":"Add-on"
  18. },
  19. {
  20. "url":"https://developer.mozilla.org/en-US/docs/Web/API/notification",
  21. "title":"MDN Notifications"
  22. },
  23. {
  24. "url":"http://www.sitepoint.com/introduction-web-notifications-api/",
  25. "title":"SitePoint article"
  26. },
  27. {
  28. "url":"http://aurelio.audero.it/demo/web-notifications-api-demo.html",
  29. "title":"Demo"
  30. },
  31. {
  32. "url":"http://ukot.github.io/ie_web_notifications/",
  33. "title":"Plug-in for support in IE"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"Partial support in older Chrome versions refers to using an [older version of the spec](http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification). Support in Safari 6 is limited to Mac OSX 10.8+."
  39. },
  40. {
  41. "description":"Firefox notifications disappear [after a few seconds](https://bugzilla.mozilla.org/show_bug.cgi?id=875114)"
  42. },
  43. {
  44. "description":"Firefox does not support notifications [sent immediately after one another](https://bugzilla.mozilla.org/show_bug.cgi?id=1007344)."
  45. }
  46. ],
  47. "categories":[
  48. "JS API"
  49. ],
  50. "stats":{
  51. "ie":{
  52. "5.5":"n",
  53. "6":"n",
  54. "7":"n",
  55. "8":"n",
  56. "9":"n",
  57. "10":"n",
  58. "11":"n"
  59. },
  60. "edge":{
  61. "12":"n",
  62. "13":"n",
  63. "14":"y"
  64. },
  65. "firefox":{
  66. "2":"n",
  67. "3":"n",
  68. "3.5":"n",
  69. "3.6":"n",
  70. "4":"n",
  71. "5":"n",
  72. "6":"n",
  73. "7":"n",
  74. "8":"n",
  75. "9":"n",
  76. "10":"n",
  77. "11":"n",
  78. "12":"n",
  79. "13":"n",
  80. "14":"n",
  81. "15":"n",
  82. "16":"n",
  83. "17":"n",
  84. "18":"n",
  85. "19":"n",
  86. "20":"n",
  87. "21":"n",
  88. "22":"y",
  89. "23":"y",
  90. "24":"y",
  91. "25":"y",
  92. "26":"y",
  93. "27":"y",
  94. "28":"y",
  95. "29":"y",
  96. "30":"y",
  97. "31":"y",
  98. "32":"y",
  99. "33":"y",
  100. "34":"y",
  101. "35":"y",
  102. "36":"y",
  103. "37":"y",
  104. "38":"y",
  105. "39":"y",
  106. "40":"y",
  107. "41":"y",
  108. "42":"y",
  109. "43":"y",
  110. "44":"y",
  111. "45":"y",
  112. "46":"y",
  113. "47":"y",
  114. "48":"y",
  115. "49":"y",
  116. "50":"y",
  117. "51":"y",
  118. "52":"y",
  119. "53":"y"
  120. },
  121. "chrome":{
  122. "4":"n",
  123. "5":"a x",
  124. "6":"a x",
  125. "7":"a x",
  126. "8":"a x",
  127. "9":"a x",
  128. "10":"a x",
  129. "11":"a x",
  130. "12":"a x",
  131. "13":"a x",
  132. "14":"a x",
  133. "15":"a x",
  134. "16":"a x",
  135. "17":"a x",
  136. "18":"a x",
  137. "19":"a x",
  138. "20":"a x",
  139. "21":"a x",
  140. "22":"y",
  141. "23":"y",
  142. "24":"y",
  143. "25":"y",
  144. "26":"y",
  145. "27":"y",
  146. "28":"y",
  147. "29":"y",
  148. "30":"y",
  149. "31":"y",
  150. "32":"y",
  151. "33":"y",
  152. "34":"y",
  153. "35":"y",
  154. "36":"y",
  155. "37":"y",
  156. "38":"y",
  157. "39":"y",
  158. "40":"y",
  159. "41":"y",
  160. "42":"y",
  161. "43":"y",
  162. "44":"y",
  163. "45":"y",
  164. "46":"y",
  165. "47":"y",
  166. "48":"y",
  167. "49":"y",
  168. "50":"y",
  169. "51":"y",
  170. "52":"y",
  171. "53":"y",
  172. "54":"y",
  173. "55":"y",
  174. "56":"y",
  175. "57":"y"
  176. },
  177. "safari":{
  178. "3.1":"n",
  179. "3.2":"n",
  180. "4":"n",
  181. "5":"n",
  182. "5.1":"n",
  183. "6":"y",
  184. "6.1":"y",
  185. "7":"y",
  186. "7.1":"y",
  187. "8":"y",
  188. "9":"y",
  189. "9.1":"y",
  190. "10":"y",
  191. "TP":"y"
  192. },
  193. "opera":{
  194. "9":"n",
  195. "9.5-9.6":"n",
  196. "10.0-10.1":"n",
  197. "10.5":"n",
  198. "10.6":"n",
  199. "11":"n",
  200. "11.1":"n",
  201. "11.5":"n",
  202. "11.6":"n",
  203. "12":"n",
  204. "12.1":"n",
  205. "15":"n",
  206. "16":"n",
  207. "17":"n",
  208. "18":"n",
  209. "19":"n",
  210. "20":"n",
  211. "21":"n",
  212. "22":"n",
  213. "23":"n",
  214. "24":"n",
  215. "25":"y",
  216. "26":"y",
  217. "27":"y",
  218. "28":"y",
  219. "29":"y",
  220. "30":"y",
  221. "31":"y",
  222. "32":"y",
  223. "33":"y",
  224. "34":"y",
  225. "35":"y",
  226. "36":"y",
  227. "37":"y",
  228. "38":"y",
  229. "39":"y",
  230. "40":"y",
  231. "41":"y",
  232. "42":"y",
  233. "43":"y"
  234. },
  235. "ios_saf":{
  236. "3.2":"n",
  237. "4.0-4.1":"n",
  238. "4.2-4.3":"n",
  239. "5.0-5.1":"n",
  240. "6.0-6.1":"n",
  241. "7.0-7.1":"n",
  242. "8":"n",
  243. "8.1-8.4":"n",
  244. "9.0-9.2":"n",
  245. "9.3":"n",
  246. "10-10.1":"n"
  247. },
  248. "op_mini":{
  249. "all":"n"
  250. },
  251. "android":{
  252. "2.1":"n",
  253. "2.2":"n",
  254. "2.3":"n",
  255. "3":"n",
  256. "4":"n",
  257. "4.1":"n",
  258. "4.2-4.3":"n",
  259. "4.4":"a x",
  260. "4.4.3-4.4.4":"a x",
  261. "53":"a x"
  262. },
  263. "bb":{
  264. "7":"n",
  265. "10":"y"
  266. },
  267. "op_mob":{
  268. "10":"n",
  269. "11":"n",
  270. "11.1":"n",
  271. "11.5":"n",
  272. "12":"n",
  273. "12.1":"n",
  274. "37":"a x"
  275. },
  276. "and_chr":{
  277. "54":"n"
  278. },
  279. "and_ff":{
  280. "50":"y"
  281. },
  282. "ie_mob":{
  283. "10":"n",
  284. "11":"n"
  285. },
  286. "and_uc":{
  287. "11":"n"
  288. },
  289. "samsung":{
  290. "4":"a x"
  291. }
  292. },
  293. "notes":"",
  294. "notes_by_num":{
  295. "1":"Can be enabled in `about:flags`"
  296. },
  297. "usage_perc_y":39.01,
  298. "usage_perc_a":5.91,
  299. "ucprefix":false,
  300. "parent":"",
  301. "keywords":"",
  302. "ie_id":"webnotifications",
  303. "chrome_id":"5064350557536256",
  304. "firefox_id":"",
  305. "webkit_id":"",
  306. "shown":true
  307. }