Class: Response

.remote. Response

Response for proxy requests


new Response(response)

Parameters:
Name Type Description
response Object

from proxy requests

Source:

Extends

Members


code :int

Type:
  • int
Source:

error :boolean

Type:
  • boolean
Source:

headers :Object

Type:
Source:

text :string

Type:
  • string
Source:

xml :XML

Type:
  • XML
Source:

Methods


fire()

Sets the callback when the instace is loaded

Inherited From:
Source:

on()

Sets the callback when the instace is loaded

Inherited From:
Source:

once()

Sets the callback when the instace is loaded

Inherited From:
Source:

parseProxy(url)

This function parses a XmlHttp response
from an ajax request

Parameters:
Name Type Description
url Object
Source:

parseXmlHttp(url)

This function parses a XmlHttp response
from an ajax request

Parameters:
Name Type Description
url Object
Source:

un()

Sets the callback when the instace is loaded

Inherited From:
Source: