- Contents
1. Introduction
The Uize.Comm.Ajax class implements support for Ajax (Asynchronous JavaScript And XML) communication through the XMLHttpRequest (XHR) object.
DEVELOPERS: Jan Borgersen, Chris van Rensburg, Ben Ilegbodu, original code donated by Zazzle Inc.
The Uize.Comm.Ajax module defines the Uize.Comm.Ajax class, a subclass of the Uize.Comm abstract class. In order to implement support for communication through the XMLHttpRequest object, this class overrides the implementation of the performRequest instance method inherited from the Uize.Comm base class. There are no additional methods or properties provided by this class - all the interface is provided in the Uize.Comm superclass.