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)

11071.diff (796 bytes ) - added by Tim Graham 15 years ago.
updated per ubernostrum's suggestion

Download all attachments as: .zip

Change History (5)

comment:1 by Tim Graham, 15 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by James Bennett, 15 years ago

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.

by Tim Graham, 15 years ago

Attachment: 11071.diff added

updated per ubernostrum's suggestion

comment:3 by Tim Graham, 15 years ago

Summary: Udate is_ajax docs to include ExtJS as complyingUpdate is_ajax docs to include ExtJS as complying

comment:4 by Luke Plant, 15 years ago

Resolution: fixed
Status: newclosed

(In [11490]) Fixed #11071 - update is_ajax() docs.

Thanks timo.

Note: See TracTickets for help on using tickets.
Back to Top