Opened 9 years ago
Closed 9 years ago
#15173 closed feature (notabug)
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.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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!