Page MenuHomeGitPull.it

class JX.Request
Javelin Documentation ()

Make basic AJAX XMLHTTPRequests.

Tasks

Builtin Events

  • static listen(type, callback) — Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

Other Methods

Methods

static listen(type, callback)
Inherited

JX.Base

Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

See also JX.Stratcom.listen().

Parameters
type
callback

construct(uri, handler)

This method is not documented.
Parameters
uri
handler

private _handleResponse(response)

This method is not documented.
Parameters
response

private static _parseResponsePayload(parent, index)

This method is not documented.
Parameters
parent
index
Defined
lib/Request.js:20
Extends
JX.Base