8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15f8df commit d0cb693Copy full SHA for d0cb693
src/ng/http.js
@@ -786,7 +786,7 @@ function $HttpProvider() {
786
* XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
787
* for more information.
788
* - **responseType** - `{string}` - see
789
- * [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).
+ * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype).
790
*
791
* @returns {HttpPromise} Returns a {@link ng.$q promise} object with the
792
* standard `then` method and two http specific methods: `success` and `error`. The `then`
0 commit comments