mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 22:44:00 +08:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
@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.
|
|
|