XMLHttpRequest Level 2: Browsers XMLHttpRequest Level 2: Browsers ajax ajax

XMLHttpRequest Level 2: Browsers


You can find a complete list of browsers that support XMLHttpRequest Level 2 here:

http://caniuse.com/#feat=xhr2

According to the site, about 62% of browsers support it, including:

  • Firefox 4+
  • Chrome 7+
  • Safari 5+

IE8/9 supports the XDomainRequest object, but will support XmlHttpRequest Level 2 as of IE10.