Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details ca…
…n be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
- Loading branch information
Showing
with
1,991 additions
and 463 deletions.
- +5 −1 Makefile
- +123 −448 src/ajax.js
- +89 −0 src/transports/jsonp.js
- +83 −0 src/transports/script.js
- +191 −0 src/transports/xhr.js
- +941 −0 src/xhr.js
- +4 −0 test/data/atom+xml.php
- +15 −0 test/data/css.php
- +5 −0 test/data/headers.php
- +7 −0 test/data/with_fries_over_jsonp.php
- +4 −0 test/index.html
- +524 −14 test/unit/ajax.js
Oops, something went wrong.