Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d0cb693

Browse files
philBrownNarretz
authored andcommitted
docs($http): set correct link to XMLHttpRequest.responseType
The link to MDN XMLHttpRequest.responseType was incorrect. Closes #12183
1 parent f15f8df commit d0cb693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ function $HttpProvider() {
786786
* XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
787787
* for more information.
788788
* - **responseType** - `{string}` - see
789-
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).
789+
* [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype).
790790
*
791791
* @returns {HttpPromise} Returns a {@link ng.$q promise} object with the
792792
* standard `then` method and two http specific methods: `success` and `error`. The `then`

0 commit comments

Comments
 (0)