Which browsers support the HTML5 History API?

孤街醉人 提交于 2019-12-18 05:27:07

问题


Can someone point me to a compatibility chart for browsers that support/don't support the HTML5 History API?

Spec: http://www.w3.org/TR/html5/history.html
Tutorial: https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history


回答1:


This might help : http://caniuse.com/#search=history




回答2:


All the modern browsers now do it, except IE (even IE10 no word yet) - though they all implement it differently. You can read about the differences with their implementations here https://github.com/browserstate/history.js/wiki/The-State-of-the-HTML5-History-API



来源:https://stackoverflow.com/questions/4612598/which-browsers-support-the-html5-history-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!