Side navigation
#15173 closed feature (notabug)
Opened June 30, 2014 04:11PM UTC
Closed July 10, 2014 10:46PM UTC
Should support `responseURL` attribute for jqXHR
| Reported by: | xKhorasan | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | ajax | Version: | 2.1.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
responseURL attribute was introduced in WHATWG XMLHttpRequest specification in this Feburary (1).
And the attribute was already implemented for Firefox 32 (current Aurora) and Chrome 37 (current Dev channel) (2,3).
Currently jQuery's jqXHR object does not have responseURL attribute. However, I think it would be really nice if jQuery support the attribute, since we can get the response URL information via the attribute.
We discussed in https://github.com/jquery/jquery/pull/1615 and agreed that it might be better do this for $.xhr.
I can not close this ticket, so I would appreciated it if someone would close this.
Thanks!