9b7a02e2742bfa28250fb9c71fb520e1ddc150eb |
|
26-Feb-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
prevent call of success/failure handlers if timeout
Fixes #2529997 |
e8f0be1e21930ef502a7d69c49ad585d0b2b2bb6 |
|
12-Jan-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Remove 300ms wait() limit. Add no-cache headers. |
0689f4ed62fe223408b1b4a26bd7d1699df51d1c |
|
19-Nov-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Add allowCache config to reuse the same proxy fn
Useful for at least YQL to get the benefit of
caching rather than each call to send() generating
a unique outbound url. |
e7eae9b3ca0194e8c08f10b485269a2cdb28b450 |
|
01-Jul-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Simplify url callback parsing, Extract to submod.
Split into jsonp-base and jsonp-url. Base does
simple, single level name resolution for callback-in-url
parsing (callback=foo, or callback=Y.foo). Nested
parsing moved to jsonp-url (callback=foo.bar["baz"]). |