notifications.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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":"https://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 Web Docs - Notification"
  22. },
  23. {
  24. "url":"https://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. "15":"y",
  65. "16":"y",
  66. "17":"y",
  67. "18":"y",
  68. "79":"y",
  69. "80":"y",
  70. "81":"y",
  71. "83":"y",
  72. "84":"y",
  73. "85":"y",
  74. "86":"y",
  75. "87":"y",
  76. "88":"y",
  77. "89":"y",
  78. "90":"y",
  79. "91":"y",
  80. "92":"y",
  81. "93":"y",
  82. "94":"y"
  83. },
  84. "firefox":{
  85. "2":"n",
  86. "3":"n",
  87. "3.5":"n",
  88. "3.6":"n",
  89. "4":"n",
  90. "5":"n",
  91. "6":"n",
  92. "7":"n",
  93. "8":"n",
  94. "9":"n",
  95. "10":"n",
  96. "11":"n",
  97. "12":"n",
  98. "13":"n",
  99. "14":"n",
  100. "15":"n",
  101. "16":"n",
  102. "17":"n",
  103. "18":"n",
  104. "19":"n",
  105. "20":"n",
  106. "21":"n",
  107. "22":"y",
  108. "23":"y",
  109. "24":"y",
  110. "25":"y",
  111. "26":"y",
  112. "27":"y",
  113. "28":"y",
  114. "29":"y",
  115. "30":"y",
  116. "31":"y",
  117. "32":"y",
  118. "33":"y",
  119. "34":"y",
  120. "35":"y",
  121. "36":"y",
  122. "37":"y",
  123. "38":"y",
  124. "39":"y",
  125. "40":"y",
  126. "41":"y",
  127. "42":"y",
  128. "43":"y",
  129. "44":"y",
  130. "45":"y",
  131. "46":"y",
  132. "47":"y",
  133. "48":"y",
  134. "49":"y",
  135. "50":"y",
  136. "51":"y",
  137. "52":"y",
  138. "53":"y",
  139. "54":"y",
  140. "55":"y",
  141. "56":"y",
  142. "57":"y",
  143. "58":"y",
  144. "59":"y",
  145. "60":"y",
  146. "61":"y",
  147. "62":"y",
  148. "63":"y",
  149. "64":"y",
  150. "65":"y",
  151. "66":"y",
  152. "67":"y",
  153. "68":"y",
  154. "69":"y",
  155. "70":"y",
  156. "71":"y",
  157. "72":"y",
  158. "73":"y",
  159. "74":"y",
  160. "75":"y",
  161. "76":"y",
  162. "77":"y",
  163. "78":"y",
  164. "79":"y",
  165. "80":"y",
  166. "81":"y",
  167. "82":"y",
  168. "83":"y",
  169. "84":"y",
  170. "85":"y",
  171. "86":"y",
  172. "87":"y",
  173. "88":"y",
  174. "89":"y",
  175. "90":"y",
  176. "91":"y",
  177. "92":"y",
  178. "93":"y",
  179. "94":"y",
  180. "95":"y"
  181. },
  182. "chrome":{
  183. "4":"n",
  184. "5":"a x",
  185. "6":"a x",
  186. "7":"a x",
  187. "8":"a x",
  188. "9":"a x",
  189. "10":"a x",
  190. "11":"a x",
  191. "12":"a x",
  192. "13":"a x",
  193. "14":"a x",
  194. "15":"a x",
  195. "16":"a x",
  196. "17":"a x",
  197. "18":"a x",
  198. "19":"a x",
  199. "20":"a x",
  200. "21":"a x",
  201. "22":"y",
  202. "23":"y",
  203. "24":"y",
  204. "25":"y",
  205. "26":"y",
  206. "27":"y",
  207. "28":"y",
  208. "29":"y",
  209. "30":"y",
  210. "31":"y",
  211. "32":"y",
  212. "33":"y",
  213. "34":"y",
  214. "35":"y",
  215. "36":"y",
  216. "37":"y",
  217. "38":"y",
  218. "39":"y",
  219. "40":"y",
  220. "41":"y",
  221. "42":"y",
  222. "43":"y",
  223. "44":"y",
  224. "45":"y",
  225. "46":"y",
  226. "47":"y",
  227. "48":"y",
  228. "49":"y",
  229. "50":"y",
  230. "51":"y",
  231. "52":"y",
  232. "53":"y",
  233. "54":"y",
  234. "55":"y",
  235. "56":"y",
  236. "57":"y",
  237. "58":"y",
  238. "59":"y",
  239. "60":"y",
  240. "61":"y",
  241. "62":"y",
  242. "63":"y",
  243. "64":"y",
  244. "65":"y",
  245. "66":"y",
  246. "67":"y",
  247. "68":"y",
  248. "69":"y",
  249. "70":"y",
  250. "71":"y",
  251. "72":"y",
  252. "73":"y",
  253. "74":"y",
  254. "75":"y",
  255. "76":"y",
  256. "77":"y",
  257. "78":"y",
  258. "79":"y",
  259. "80":"y",
  260. "81":"y",
  261. "83":"y",
  262. "84":"y",
  263. "85":"y",
  264. "86":"y",
  265. "87":"y",
  266. "88":"y",
  267. "89":"y",
  268. "90":"y",
  269. "91":"y",
  270. "92":"y",
  271. "93":"y",
  272. "94":"y",
  273. "95":"y",
  274. "96":"y",
  275. "97":"y"
  276. },
  277. "safari":{
  278. "3.1":"n",
  279. "3.2":"n",
  280. "4":"n",
  281. "5":"n",
  282. "5.1":"n",
  283. "6":"y",
  284. "6.1":"y",
  285. "7":"y",
  286. "7.1":"y",
  287. "8":"y",
  288. "9":"y",
  289. "9.1":"y",
  290. "10":"y",
  291. "10.1":"y",
  292. "11":"y",
  293. "11.1":"y",
  294. "12":"y",
  295. "12.1":"y",
  296. "13":"y",
  297. "13.1":"y",
  298. "14":"y",
  299. "14.1":"y",
  300. "15":"y",
  301. "TP":"y"
  302. },
  303. "opera":{
  304. "9":"n",
  305. "9.5-9.6":"n",
  306. "10.0-10.1":"n",
  307. "10.5":"n",
  308. "10.6":"n",
  309. "11":"n",
  310. "11.1":"n",
  311. "11.5":"n",
  312. "11.6":"n",
  313. "12":"n",
  314. "12.1":"n",
  315. "15":"n",
  316. "16":"n",
  317. "17":"n",
  318. "18":"n",
  319. "19":"n",
  320. "20":"n",
  321. "21":"n",
  322. "22":"n",
  323. "23":"n",
  324. "24":"n",
  325. "25":"y",
  326. "26":"y",
  327. "27":"y",
  328. "28":"y",
  329. "29":"y",
  330. "30":"y",
  331. "31":"y",
  332. "32":"y",
  333. "33":"y",
  334. "34":"y",
  335. "35":"y",
  336. "36":"y",
  337. "37":"y",
  338. "38":"y",
  339. "39":"y",
  340. "40":"y",
  341. "41":"y",
  342. "42":"y",
  343. "43":"y",
  344. "44":"y",
  345. "45":"y",
  346. "46":"y",
  347. "47":"y",
  348. "48":"y",
  349. "49":"y",
  350. "50":"y",
  351. "51":"y",
  352. "52":"y",
  353. "53":"y",
  354. "54":"y",
  355. "55":"y",
  356. "56":"y",
  357. "57":"y",
  358. "58":"y",
  359. "60":"y",
  360. "62":"y",
  361. "63":"y",
  362. "64":"y",
  363. "65":"y",
  364. "66":"y",
  365. "67":"y",
  366. "68":"y",
  367. "69":"y",
  368. "70":"y",
  369. "71":"y",
  370. "72":"y",
  371. "73":"y",
  372. "74":"y",
  373. "75":"y",
  374. "76":"y",
  375. "77":"y",
  376. "78":"y",
  377. "79":"y",
  378. "80":"y"
  379. },
  380. "ios_saf":{
  381. "3.2":"n",
  382. "4.0-4.1":"n",
  383. "4.2-4.3":"n",
  384. "5.0-5.1":"n",
  385. "6.0-6.1":"n",
  386. "7.0-7.1":"n",
  387. "8":"n",
  388. "8.1-8.4":"n",
  389. "9.0-9.2":"n",
  390. "9.3":"n",
  391. "10.0-10.2":"n",
  392. "10.3":"n",
  393. "11.0-11.2":"n",
  394. "11.3-11.4":"n",
  395. "12.0-12.1":"n",
  396. "12.2-12.5":"n",
  397. "13.0-13.1":"n",
  398. "13.2":"n",
  399. "13.3":"n",
  400. "13.4-13.7":"n",
  401. "14.0-14.4":"n",
  402. "14.5-14.8":"n",
  403. "15":"n"
  404. },
  405. "op_mini":{
  406. "all":"n"
  407. },
  408. "android":{
  409. "2.1":"n",
  410. "2.2":"n",
  411. "2.3":"n",
  412. "3":"n",
  413. "4":"n",
  414. "4.1":"n",
  415. "4.2-4.3":"n",
  416. "4.4":"a x",
  417. "4.4.3-4.4.4":"a x",
  418. "94":"a x"
  419. },
  420. "bb":{
  421. "7":"n",
  422. "10":"y"
  423. },
  424. "op_mob":{
  425. "10":"n",
  426. "11":"n",
  427. "11.1":"n",
  428. "11.5":"n",
  429. "12":"n",
  430. "12.1":"n",
  431. "64":"a x"
  432. },
  433. "and_chr":{
  434. "94":"y #3"
  435. },
  436. "and_ff":{
  437. "92":"y"
  438. },
  439. "ie_mob":{
  440. "10":"n",
  441. "11":"n"
  442. },
  443. "and_uc":{
  444. "12.12":"n"
  445. },
  446. "samsung":{
  447. "4":"a x",
  448. "5.0-5.4":"n #2",
  449. "6.2-6.4":"n #2",
  450. "7.2-7.4":"n #2",
  451. "8.2":"n #2",
  452. "9.2":"n #2",
  453. "10.1":"n #2",
  454. "11.1-11.2":"n #2",
  455. "12.0":"n #2",
  456. "13.0":"n #2",
  457. "14.0":"n #2",
  458. "15.0":"n #2"
  459. },
  460. "and_qq":{
  461. "10.4":"n"
  462. },
  463. "baidu":{
  464. "7.12":"n #2"
  465. },
  466. "kaios":{
  467. "2.5":"y"
  468. }
  469. },
  470. "notes":"",
  471. "notes_by_num":{
  472. "1":"Can be enabled in `about:flags`",
  473. "2":"Supports notifications via the [Push API](https://caniuse.com/#feat=push-api) but not the Web Notifications API.",
  474. "3":"Chrome for Android requires the call to be made with a [service worker registration](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API#Service_worker_additions)"
  475. },
  476. "usage_perc_y":78.77,
  477. "usage_perc_a":0.57,
  478. "ucprefix":false,
  479. "parent":"",
  480. "keywords":"",
  481. "ie_id":"webnotifications",
  482. "chrome_id":"5064350557536256",
  483. "firefox_id":"",
  484. "webkit_id":"",
  485. "shown":true
  486. }