web-dev-qa-db-fra.com

Quels navigateurs prennent en charge l'API HTML5 History?

Quelqu'un peut-il m'indiquer un tableau de compatibilité pour les navigateurs qui prennent en charge/ne prennent pas en charge l'API HTML5 History?

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

33
Kiran Jonnalagadda
43
Romin Irani

Tous les navigateurs modernes le font maintenant, sauf IE (même IE10 pas encore de mot) - bien qu'ils l'implémentent tous différemment. Vous pouvez lire les différences avec leurs implémentations ici https: //github.com/browserstate/history.js/wiki/The-State-of-the-HTML5-History-API

7
balupton