Whether the transaction is active or not.
Default Value: false
Default Value: Value mapped on YUI.AUI.defaults.io.
If
true
invoke the
start method automatically,
initializing the IO transaction.
Default Value: true
If false
the current timestamp will be appended to the
url, avoiding the url to be cached.
Default Value: true
Default Value: Value mapped on YUI.AUI.defaults.io.
data
- Object
Default Value: Value mapped on YUI.AUI.defaults.io.
The type of the request (i.e., could be xml, json, javascript, text).
Default Value: null
form
- Object
Default Value: Value mapped on YUI.AUI.defaults.io.
Set the correct ACCEPT header based on the dataType.
Default Value: Object
Default Value: Value mapped on YUI.AUI.defaults.io.
responseData
- String | JSONObject | XMLDocument
This is a normalized attribute for the response data. It's useful
to retrieve the correct type for the
dataType (i.e., in json
requests the
responseData
) is a JSONObject.
Default Value: null
sync
- boolean
Default Value: Value mapped on YUI.AUI.defaults.io.
Default Value: Value mapped on YUI.AUI.defaults.io.
Stores the IO Object of the current transaction.
Default Value: null
uri
- String
URI to be requested using AJAX.
Default Value: null
xdr
- Object
Default Value: Value mapped on YUI.AUI.defaults.io.