complete( resultXHR ) method

Callback function used in the Options object.

Syntax

<static> complete( resultXHR )

Parameters

Name Type Description
resultXHR object the response object.


   The fields/methods available on resultXHR are
   
  1. status
  2. statusText
  3. responseText
  4. getReponseHeader(key)
  5. getAllResponesHeaders()
These fields and methods are not supported for resultXHR:
  • open()

Source

ExternalResource.js, line 272.