API Docs for: 1.5.0
Show:

Response Class

Constructor

Response

(
  • valuesContainer
)

Parameters:

  • valuesContainer Object

Item Index

Properties

Properties

body

String

Body of the response (most times JSON string recieved from REST service via a Connection object)

Default: ""

document

Object

Document represents "body" property of the response parsed into structured object

Default: null

xhr

XMLHttpRequest

The XMLHttpRequest object

Default: null