Opened 15 years ago
Closed 15 years ago
#11071 closed (fixed)
Update is_ajax docs to include ExtJS as complying
Reported by: | FunkyBob | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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().
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 15 years ago
comment:3 by , 15 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.