开发者

Which browsers support the HTML5 History API?

开发者 https://www.devze.com 2023-02-02 12:57 出处:网络
Can someone point me to a compatibility chart for browsers that support/don\'t sup开发者_开发百科port the HTML5 History API?

Can someone point me to a compatibility chart for browsers that support/don't sup开发者_开发百科port the HTML5 History API?

Spec: http://www.w3.org/TR/html5/history.html

Tutorial: https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消