history.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. {
  2. "title":"Session history management",
  3. "description":"Method of manipulating the user's browser's session history in JavaScript using `history.pushState`, `history.replaceState` and the `popstate` event.",
  4. "spec":"https://html.spec.whatwg.org/multipage/browsers.html#dom-history-pushstate",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://www.adequatelygood.com/2010/7/Saner-HTML5-History-Management",
  9. "title":"Introduction to history management"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history",
  13. "title":"MDN Web Docs - Manipulating the browser history"
  14. },
  15. {
  16. "url":"http://html5demos.com/history",
  17. "title":"Demo page"
  18. },
  19. {
  20. "url":"https://github.com/browserstate/history.js",
  21. "title":"History.js polyfill"
  22. },
  23. {
  24. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-history-state",
  25. "title":"has.js test"
  26. },
  27. {
  28. "url":"https://www.webplatform.org/docs/dom/History",
  29. "title":"WebPlatform Docs"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"IE and Edge < 14 do not fire the `popstate` event when the URL's [hash value changes](https://codepen.io/Fyrd/pen/wBVGjK). See [MS bug report](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3740423/)."
  35. },
  36. {
  37. "description":"iOS Chrome [lose history](https://bugs.chromium.org/p/chromium/issues/detail?id=664443) records when changing domain."
  38. }
  39. ],
  40. "categories":[
  41. "HTML5"
  42. ],
  43. "stats":{
  44. "ie":{
  45. "5.5":"n",
  46. "6":"n",
  47. "7":"n",
  48. "8":"n",
  49. "9":"n",
  50. "10":"y",
  51. "11":"y"
  52. },
  53. "edge":{
  54. "12":"y",
  55. "13":"y",
  56. "14":"y",
  57. "15":"y",
  58. "16":"y",
  59. "17":"y",
  60. "18":"y",
  61. "79":"y",
  62. "80":"y",
  63. "81":"y",
  64. "83":"y",
  65. "84":"y",
  66. "85":"y",
  67. "86":"y"
  68. },
  69. "firefox":{
  70. "2":"n",
  71. "3":"n",
  72. "3.5":"n",
  73. "3.6":"n",
  74. "4":"y",
  75. "5":"y",
  76. "6":"y",
  77. "7":"y",
  78. "8":"y",
  79. "9":"y",
  80. "10":"y",
  81. "11":"y",
  82. "12":"y",
  83. "13":"y",
  84. "14":"y",
  85. "15":"y",
  86. "16":"y",
  87. "17":"y",
  88. "18":"y",
  89. "19":"y",
  90. "20":"y",
  91. "21":"y",
  92. "22":"y",
  93. "23":"y",
  94. "24":"y",
  95. "25":"y",
  96. "26":"y",
  97. "27":"y",
  98. "28":"y",
  99. "29":"y",
  100. "30":"y",
  101. "31":"y",
  102. "32":"y",
  103. "33":"y",
  104. "34":"y",
  105. "35":"y",
  106. "36":"y",
  107. "37":"y",
  108. "38":"y",
  109. "39":"y",
  110. "40":"y",
  111. "41":"y",
  112. "42":"y",
  113. "43":"y",
  114. "44":"y",
  115. "45":"y",
  116. "46":"y",
  117. "47":"y",
  118. "48":"y",
  119. "49":"y",
  120. "50":"y",
  121. "51":"y",
  122. "52":"y",
  123. "53":"y",
  124. "54":"y",
  125. "55":"y",
  126. "56":"y",
  127. "57":"y",
  128. "58":"y",
  129. "59":"y",
  130. "60":"y",
  131. "61":"y",
  132. "62":"y",
  133. "63":"y",
  134. "64":"y",
  135. "65":"y",
  136. "66":"y",
  137. "67":"y",
  138. "68":"y",
  139. "69":"y",
  140. "70":"y",
  141. "71":"y",
  142. "72":"y",
  143. "73":"y",
  144. "74":"y",
  145. "75":"y",
  146. "76":"y",
  147. "77":"y",
  148. "78":"y",
  149. "79":"y",
  150. "80":"y",
  151. "81":"y",
  152. "82":"y",
  153. "83":"y"
  154. },
  155. "chrome":{
  156. "4":"n",
  157. "5":"y",
  158. "6":"y",
  159. "7":"y",
  160. "8":"y",
  161. "9":"y",
  162. "10":"y",
  163. "11":"y",
  164. "12":"y",
  165. "13":"y",
  166. "14":"y",
  167. "15":"y",
  168. "16":"y",
  169. "17":"y",
  170. "18":"y",
  171. "19":"y",
  172. "20":"y",
  173. "21":"y",
  174. "22":"y",
  175. "23":"y",
  176. "24":"y",
  177. "25":"y",
  178. "26":"y",
  179. "27":"y",
  180. "28":"y",
  181. "29":"y",
  182. "30":"y",
  183. "31":"y",
  184. "32":"y",
  185. "33":"y",
  186. "34":"y",
  187. "35":"y",
  188. "36":"y",
  189. "37":"y",
  190. "38":"y",
  191. "39":"y",
  192. "40":"y",
  193. "41":"y",
  194. "42":"y",
  195. "43":"y",
  196. "44":"y",
  197. "45":"y",
  198. "46":"y",
  199. "47":"y",
  200. "48":"y",
  201. "49":"y",
  202. "50":"y",
  203. "51":"y",
  204. "52":"y",
  205. "53":"y",
  206. "54":"y",
  207. "55":"y",
  208. "56":"y",
  209. "57":"y",
  210. "58":"y",
  211. "59":"y",
  212. "60":"y",
  213. "61":"y",
  214. "62":"y",
  215. "63":"y",
  216. "64":"y",
  217. "65":"y",
  218. "66":"y",
  219. "67":"y",
  220. "68":"y",
  221. "69":"y",
  222. "70":"y",
  223. "71":"y",
  224. "72":"y",
  225. "73":"y",
  226. "74":"y",
  227. "75":"y",
  228. "76":"y",
  229. "77":"y",
  230. "78":"y",
  231. "79":"y",
  232. "80":"y",
  233. "81":"y",
  234. "83":"y",
  235. "84":"y",
  236. "85":"y",
  237. "86":"y",
  238. "87":"y",
  239. "88":"y",
  240. "89":"y"
  241. },
  242. "safari":{
  243. "3.1":"n",
  244. "3.2":"n",
  245. "4":"n",
  246. "5":"a",
  247. "5.1":"a",
  248. "6":"y",
  249. "6.1":"y",
  250. "7":"y",
  251. "7.1":"y",
  252. "8":"y",
  253. "9":"y",
  254. "9.1":"y",
  255. "10":"y",
  256. "10.1":"y",
  257. "11":"y",
  258. "11.1":"y",
  259. "12":"y",
  260. "12.1":"y",
  261. "13":"y",
  262. "13.1":"y",
  263. "14":"y",
  264. "TP":"y"
  265. },
  266. "opera":{
  267. "9":"n",
  268. "9.5-9.6":"n",
  269. "10.0-10.1":"n",
  270. "10.5":"n",
  271. "10.6":"n",
  272. "11":"n",
  273. "11.1":"n",
  274. "11.5":"y",
  275. "11.6":"y",
  276. "12":"y",
  277. "12.1":"y",
  278. "15":"y",
  279. "16":"y",
  280. "17":"y",
  281. "18":"y",
  282. "19":"y",
  283. "20":"y",
  284. "21":"y",
  285. "22":"y",
  286. "23":"y",
  287. "24":"y",
  288. "25":"y",
  289. "26":"y",
  290. "27":"y",
  291. "28":"y",
  292. "29":"y",
  293. "30":"y",
  294. "31":"y",
  295. "32":"y",
  296. "33":"y",
  297. "34":"y",
  298. "35":"y",
  299. "36":"y",
  300. "37":"y",
  301. "38":"y",
  302. "39":"y",
  303. "40":"y",
  304. "41":"y",
  305. "42":"y",
  306. "43":"y",
  307. "44":"y",
  308. "45":"y",
  309. "46":"y",
  310. "47":"y",
  311. "48":"y",
  312. "49":"y",
  313. "50":"y",
  314. "51":"y",
  315. "52":"y",
  316. "53":"y",
  317. "54":"y",
  318. "55":"y",
  319. "56":"y",
  320. "57":"y",
  321. "58":"y",
  322. "60":"y",
  323. "62":"y",
  324. "63":"y",
  325. "64":"y",
  326. "65":"y",
  327. "66":"y",
  328. "67":"y",
  329. "68":"y",
  330. "69":"y",
  331. "70":"y",
  332. "71":"y"
  333. },
  334. "ios_saf":{
  335. "3.2":"n",
  336. "4.0-4.1":"n",
  337. "4.2-4.3":"a",
  338. "5.0-5.1":"y",
  339. "6.0-6.1":"y",
  340. "7.0-7.1":"y",
  341. "8":"y",
  342. "8.1-8.4":"y",
  343. "9.0-9.2":"y",
  344. "9.3":"y",
  345. "10.0-10.2":"y",
  346. "10.3":"y",
  347. "11.0-11.2":"y",
  348. "11.3-11.4":"y",
  349. "12.0-12.1":"y",
  350. "12.2-12.4":"y",
  351. "13.0-13.1":"y",
  352. "13.2":"y",
  353. "13.3":"y",
  354. "13.4-13.7":"y",
  355. "14":"y"
  356. },
  357. "op_mini":{
  358. "all":"n"
  359. },
  360. "android":{
  361. "2.1":"n",
  362. "2.2":"y",
  363. "2.3":"y",
  364. "3":"n",
  365. "4":"n",
  366. "4.1":"n",
  367. "4.2-4.3":"y",
  368. "4.4":"y",
  369. "4.4.3-4.4.4":"y",
  370. "81":"y"
  371. },
  372. "bb":{
  373. "7":"y",
  374. "10":"y"
  375. },
  376. "op_mob":{
  377. "10":"n",
  378. "11":"n",
  379. "11.1":"y",
  380. "11.5":"y",
  381. "12":"y",
  382. "12.1":"y",
  383. "59":"y"
  384. },
  385. "and_chr":{
  386. "85":"y"
  387. },
  388. "and_ff":{
  389. "79":"y"
  390. },
  391. "ie_mob":{
  392. "10":"y",
  393. "11":"y"
  394. },
  395. "and_uc":{
  396. "12.12":"y"
  397. },
  398. "samsung":{
  399. "4":"y",
  400. "5.0-5.4":"y",
  401. "6.2-6.4":"y",
  402. "7.2-7.4":"y",
  403. "8.2":"y",
  404. "9.2":"y",
  405. "10.1":"y",
  406. "11.1-11.2":"y",
  407. "12.0":"y"
  408. },
  409. "and_qq":{
  410. "10.4":"y"
  411. },
  412. "baidu":{
  413. "7.12":"y"
  414. },
  415. "kaios":{
  416. "2.5":"y"
  417. }
  418. },
  419. "notes":"Older iOS versions and Android 4.0.4 claim support, but implementation is too buggy to be useful.",
  420. "notes_by_num":{
  421. },
  422. "usage_perc_y":97.94,
  423. "usage_perc_a":0.15,
  424. "ucprefix":false,
  425. "parent":"",
  426. "keywords":"onpushstate,onreplacestate",
  427. "ie_id":"",
  428. "chrome_id":"",
  429. "firefox_id":"",
  430. "webkit_id":"",
  431. "shown":true
  432. }