goog.net.IeCorsXhrAdapter |
![]()
No description.
|
code » | ||||
Returns the response headers from the server. This implemntation only returns
the 'content-type' header.
Returns: string
The headers returned from the server.
|
code » | ||||
Returns the value of the response header identified by key. This
implementation only supports the 'content-type' header.
Arguments:
Returns: string
The value of the response header, or an empty string if key
is not 'content-type' (case-insensitive).
|
code » | ||||
![]()
Handles a request that has failed to load.
|
code » | ||||
![]()
Handles a request that has fully loaded successfully.
|
code » | ||||
![]()
Handles a request that is in the process of loading.
|
code » | ||||
![]()
Handles a request that timed out.
|
code » | ||||
![]()
Opens a connection to the provided URL.
Arguments:
|
code » | ||||
![]()
Sends the request to the remote server. Before calling this function, always
call
open .
Arguments:
|
code » | ||||
![]()
Sets this XHR's ready state and fires the onreadystatechange listener (if one
is set).
Arguments:
|
code » | ||||
![]()
Sets a request header to send to the remote server. Because this
implementation does not support request headers, this function does nothing.
|
code » |
![]()
The simulated ready state change callback function.
|
Code » | |
![]()
The simulated ready state.
|
Code » | |
![]()
The simulated response text parameter.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
The simulated status code
|
Code » | |
![]()
No description.
|
Code » | |
![]()
The underlying XDomainRequest used to make the HTTP request.
|
Code » |