Side navigation
#4820 closed bug (invalid)
Opened June 25, 2009 01:42PM UTC
Closed June 25, 2009 05:57PM UTC
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 (1)
Changed June 25, 2009 05:57PM UTC by comment:1
cc: | → erob |
---|---|
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.