mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode, in which case Angular should be using the ActiveXObject instead. Just checking the browser version is taking too many shortcuts. Closes #5677 Closes #5679
10 lines
328 B
Text
10 lines
328 B
Text
@ngdoc error
|
|
@name $httpBackend:noxhr
|
|
@fullName Unsupported XHR
|
|
@description
|
|
|
|
This error occurs in browsers that do not support XmlHttpRequest. AngularJS
|
|
supports Safari, Chrome, Firefox, Opera, IE8 and higher, and mobile browsers
|
|
(Android, Chrome Mobile, iOS Safari). To avoid this error, use an officially
|
|
supported browser.
|
|
|