Modify ↓
Ticket #4820 (closed bug: invalid)
fallback xhr transport missing in 1.3.2
| Reported by: | erob | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | xhr | Cc: | erob |
| Blocking: | Blocked by: |
Description
In case upgrading from jQuery 1.2.6 to 1.3.X, the current behavior of the $.ajax method seems to require an implicit xhr param to be passed in.
This will break if the user has not set this param explicitely, so a fallback method can be used as an alternative.
Attachments
Change History
Changed 4 years ago by erob
-
attachment
default-xhr-transport.patch
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Proposed patch to add a fallback xhr method