Opened 16 years ago
Closed 15 years ago
#11071 closed (fixed)
Update is_ajax docs to include ExtJS as complying
Description ¶
ExtJS supplies the X-Requested-With header with a value of "XMLHttpRequest" for XHR requests, so it wouldn't hurt to add it to the list of JS toolkits which work with HttpRequest.is_ajax().
Change History (5)
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Summary: | Udate is_ajax docs to include ExtJS as complying → Update is_ajax docs to include ExtJS as complying |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I wonder if, at this point, it would be better just to say that a bunch of popular modern JS toolkits support this, and leave off trying to constantly maintain a list of them.