Module: io
HTTP communications module.
This module contains the following classes:
Submodules:
io-base
- Base IO functionality. Provides basic XHR transport support
io-queue
- Extends the IO base class to include basic queue interfaces for transaction
queuing.
io-upload-iframe
- Extends the IO base class to enable file uploads, with HTML forms,
using an iframe as the transport medium.
io-xdr
- Extends the IO base class to provide an alternate, Flash transport, for making
cross-domain requests.
io-form
- Extends the IO base class to enable HTML form data serialization, when specified
in the transaction's configuration object.