Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here...
authorjaubourg <aubourg.julian@gmail.com>
Thu, 9 Dec 2010 18:34:28 +0000 (13:34 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 9 Dec 2010 18:34:28 +0000 (13:34 -0500)
commitab3ba4a81252c4357a7aab5f24d765d41d47986e
tree75c16f8e7cd8a41041ee19855e799d15c074fd67
parent29616e60c88bf300f4b2ee4ad1a89a8ac6481027
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
12 files changed:
Makefile
src/ajax.js
src/transports/jsonp.js [new file with mode: 0644]
src/transports/script.js [new file with mode: 0644]
src/transports/xhr.js [new file with mode: 0644]
src/xhr.js [new file with mode: 0644]
test/data/atom+xml.php [new file with mode: 0644]
test/data/css.php [new file with mode: 0644]
test/data/headers.php [new file with mode: 0644]
test/data/with_fries_over_jsonp.php [new file with mode: 0644]
test/index.html
test/unit/ajax.js