]> git.evergreen-ils.org Git - OpenSRF.git/commit
Updated OpenSRF Javascript client library. Currently, it only implements XMLHttpRequ...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 6 Mar 2008 17:22:21 +0000 (17:22 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 6 Mar 2008 17:22:21 +0000 (17:22 +0000)
commitf1a79cc82cfe67406fe596e7667806d129bca8a5
treece2ec0d10f7e1557b2a14517c0479c1df393862c
parent80fe211db00579edae8ee4e6bb332753e873b4cf
Updated OpenSRF Javascript client library.  Currently, it only implements XMLHttpRequest as
a transport layer, and, thus far, only implements the multipart/x-mixed-replace (server push)
content type, which means only Mozilla browsers are support.

Non-multipart support will be added to support all other browsers in the future -- not much
code involved there.

Most of the existing OpenSRF JS files will be deprecated after the mozilla-based jabber
handling is imported into this new lib.

Currently, all you need is opensrf.js and opensrf_xhr.js to use the lib in xmlhttprequest mode

More work to do....

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1257 9efc2488-bf62-4759-914b-345cdb29e865
src/javascript/opensrf.js [new file with mode: 0644]
src/javascript/opensrf_xhr.js [new file with mode: 0644]