33

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

Josh Lee
  • 171,072
  • 38
  • 269
  • 275
Kiran Jonnalagadda
  • 2,606
  • 1
  • 30
  • 29

2 Answers2

43

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

Romin Irani
  • 446
  • 5
  • 2
7

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

balupton
  • 47,113
  • 32
  • 131
  • 182