We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec99fc commit e4b3a5dCopy full SHA for e4b3a5d
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