XMLHttpRequest Object Wrapper

Mike West :: XMLHttpRequest Object Wrapper

I haven’t had time to try it out yet, but Mike West has posted a wrapper for the XMLHttpRequest object (it’s that javascript object that makes Ajax possible). From his site:

A JavaScript wrapper for the XMLHttpRequest object that enables the trivial implimentation of dynamic interfaces without the painful necessity for a complete page-refresh to talk to the server. In other words: Ajax without the confusing API.

Leave a Reply