Opened 14 years ago
Closed 14 years ago
#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 |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | default-xhr-transport.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | erob added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
We do provide a default implementation (obviously!). The settings passed to $.ajax are extended with $.ajaxSettings which contains the default implementation.
Note: See
TracTickets for help on using
tickets.
Proposed patch to add a fallback xhr method