Без опису

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. },
  61. "firefox":{
  62. "2":"n",
  63. "3":"n",
  64. "3.5":"n",
  65. "3.6":"n",
  66. "4":"y",
  67. "5":"y",
  68. "6":"y",
  69. "7":"y",
  70. "8":"y",
  71. "9":"y",
  72. "10":"y",
  73. "11":"y",
  74. "12":"y",
  75. "13":"y",
  76. "14":"y",
  77. "15":"y",
  78. "16":"y",
  79. "17":"y",
  80. "18":"y",
  81. "19":"y",
  82. "20":"y",
  83. "21":"y",
  84. "22":"y",
  85. "23":"y",
  86. "24":"y",
  87. "25":"y",
  88. "26":"y",
  89. "27":"y",
  90. "28":"y",
  91. "29":"y",
  92. "30":"y",
  93. "31":"y",
  94. "32":"y",
  95. "33":"y",
  96. "34":"y",
  97. "35":"y",
  98. "36":"y",
  99. "37":"y",
  100. "38":"y",
  101. "39":"y",
  102. "40":"y",
  103. "41":"y",
  104. "42":"y",
  105. "43":"y",
  106. "44":"y",
  107. "45":"y",
  108. "46":"y",
  109. "47":"y",
  110. "48":"y",
  111. "49":"y",
  112. "50":"y",
  113. "51":"y",
  114. "52":"y",
  115. "53":"y",
  116. "54":"y",
  117. "55":"y",
  118. "56":"y",
  119. "57":"y",
  120. "58":"y",
  121. "59":"y",
  122. "60":"y",
  123. "61":"y"
  124. },
  125. "chrome":{
  126. "4":"n",
  127. "5":"y",
  128. "6":"y",
  129. "7":"y",
  130. "8":"y",
  131. "9":"y",
  132. "10":"y",
  133. "11":"y",
  134. "12":"y",
  135. "13":"y",
  136. "14":"y",
  137. "15":"y",
  138. "16":"y",
  139. "17":"y",
  140. "18":"y",
  141. "19":"y",
  142. "20":"y",
  143. "21":"y",
  144. "22":"y",
  145. "23":"y",
  146. "24":"y",
  147. "25":"y",
  148. "26":"y",
  149. "27":"y",
  150. "28":"y",
  151. "29":"y",
  152. "30":"y",
  153. "31":"y",
  154. "32":"y",
  155. "33":"y",
  156. "34":"y",
  157. "35":"y",
  158. "36":"y",
  159. "37":"y",
  160. "38":"y",
  161. "39":"y",
  162. "40":"y",
  163. "41":"y",
  164. "42":"y",
  165. "43":"y",
  166. "44":"y",
  167. "45":"y",
  168. "46":"y",
  169. "47":"y",
  170. "48":"y",
  171. "49":"y",
  172. "50":"y",
  173. "51":"y",
  174. "52":"y",
  175. "53":"y",
  176. "54":"y",
  177. "55":"y",
  178. "56":"y",
  179. "57":"y",
  180. "58":"y",
  181. "59":"y",
  182. "60":"y",
  183. "61":"y",
  184. "62":"y",
  185. "63":"y",
  186. "64":"y",
  187. "65":"y",
  188. "66":"y",
  189. "67":"y"
  190. },
  191. "safari":{
  192. "3.1":"n",
  193. "3.2":"n",
  194. "4":"n",
  195. "5":"a",
  196. "5.1":"a",
  197. "6":"y",
  198. "6.1":"y",
  199. "7":"y",
  200. "7.1":"y",
  201. "8":"y",
  202. "9":"y",
  203. "9.1":"y",
  204. "10":"y",
  205. "10.1":"y",
  206. "11":"y",
  207. "11.1":"y",
  208. "TP":"y"
  209. },
  210. "opera":{
  211. "9":"n",
  212. "9.5-9.6":"n",
  213. "10.0-10.1":"n",
  214. "10.5":"n",
  215. "10.6":"n",
  216. "11":"n",
  217. "11.1":"n",
  218. "11.5":"y",
  219. "11.6":"y",
  220. "12":"y",
  221. "12.1":"y",
  222. "15":"y",
  223. "16":"y",
  224. "17":"y",
  225. "18":"y",
  226. "19":"y",
  227. "20":"y",
  228. "21":"y",
  229. "22":"y",
  230. "23":"y",
  231. "24":"y",
  232. "25":"y",
  233. "26":"y",
  234. "27":"y",
  235. "28":"y",
  236. "29":"y",
  237. "30":"y",
  238. "31":"y",
  239. "32":"y",
  240. "33":"y",
  241. "34":"y",
  242. "35":"y",
  243. "36":"y",
  244. "37":"y",
  245. "38":"y",
  246. "39":"y",
  247. "40":"y",
  248. "41":"y",
  249. "42":"y",
  250. "43":"y",
  251. "44":"y",
  252. "45":"y",
  253. "46":"y",
  254. "47":"y",
  255. "48":"y",
  256. "49":"y",
  257. "50":"y",
  258. "51":"y",
  259. "52":"y"
  260. },
  261. "ios_saf":{
  262. "3.2":"n",
  263. "4.0-4.1":"n",
  264. "4.2-4.3":"a",
  265. "5.0-5.1":"y",
  266. "6.0-6.1":"y",
  267. "7.0-7.1":"y",
  268. "8":"y",
  269. "8.1-8.4":"y",
  270. "9.0-9.2":"y",
  271. "9.3":"y",
  272. "10.0-10.2":"y",
  273. "10.3":"y",
  274. "11.0-11.2":"y",
  275. "11.3":"y"
  276. },
  277. "op_mini":{
  278. "all":"n"
  279. },
  280. "android":{
  281. "2.1":"n",
  282. "2.2":"y",
  283. "2.3":"y",
  284. "3":"n",
  285. "4":"n",
  286. "4.1":"n",
  287. "4.2-4.3":"y",
  288. "4.4":"y",
  289. "4.4.3-4.4.4":"y",
  290. "62":"y"
  291. },
  292. "bb":{
  293. "7":"y",
  294. "10":"y"
  295. },
  296. "op_mob":{
  297. "10":"n",
  298. "11":"n",
  299. "11.1":"y",
  300. "11.5":"y",
  301. "12":"y",
  302. "12.1":"y",
  303. "37":"y"
  304. },
  305. "and_chr":{
  306. "64":"y"
  307. },
  308. "and_ff":{
  309. "57":"y"
  310. },
  311. "ie_mob":{
  312. "10":"y",
  313. "11":"y"
  314. },
  315. "and_uc":{
  316. "11.8":"y"
  317. },
  318. "samsung":{
  319. "4":"y",
  320. "5":"y",
  321. "6.2":"y"
  322. },
  323. "and_qq":{
  324. "1.2":"y"
  325. },
  326. "baidu":{
  327. "7.12":"y"
  328. }
  329. },
  330. "notes":"Older iOS versions and Android 4.0.4 claim support, but implementation is too buggy to be useful.",
  331. "notes_by_num":{
  332. },
  333. "usage_perc_y":94.57,
  334. "usage_perc_a":0.14,
  335. "ucprefix":false,
  336. "parent":"",
  337. "keywords":"onpushstate,onreplacestate",
  338. "ie_id":"",
  339. "chrome_id":"",
  340. "firefox_id":"",
  341. "webkit_id":"",
  342. "shown":true
  343. }