diff options
| author | Jorg | 2014-01-08 11:23:33 +1000 |
|---|---|---|
| committer | Igor Minar | 2014-01-31 16:52:42 -0800 |
| commit | ef210e5e119db4f5bfc9d2428b19f9b335c4f976 (patch) | |
| tree | 8ad111f18ed6ce9f601afec45c53ac87b221a715 /docs/content/error | |
| parent | fd61e222c337380af09ff08dc3fe73f17e9a7a8e (diff) | |
| download | angular.js-ef210e5e119db4f5bfc9d2428b19f9b335c4f976.tar.bz2 | |
fix($http): update httpBackend to use ActiveXObject on IE8 if necessary
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
Diffstat (limited to 'docs/content/error')
| -rw-r--r-- | docs/content/error/httpBackend/noxhr.ngdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/content/error/httpBackend/noxhr.ngdoc b/docs/content/error/httpBackend/noxhr.ngdoc new file mode 100644 index 00000000..e2d5901d --- /dev/null +++ b/docs/content/error/httpBackend/noxhr.ngdoc @@ -0,0 +1,10 @@ +@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. + |
