mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50:22 +00:00
11 lines
328 B
Text
11 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.
|
||
|
|
|