Sends a get request, returning a promise that will be resolved
with the response text once the request completes.
Arguments:
Returns: !goog.Promise.<string>
A promise that will be resolved with the
response text once the request completes.
|
code » | |||||
Sends a get request, returning a promise that will be resolved with
the parsed response text once the request completes.
Arguments:
Returns: !goog.Promise.<Object>
A promise that will be resolved with the
response JSON once the request completes.
|
code » | |||||
No description.
|
code » | |||||
![]()
No description.
|
code » | |||||
JSON-parses the given response text, returning an Object.
|
code » | |||||
Sends a post request, returning a promise that will be resolved
with the response text once the request completes.
Arguments:
Returns: !goog.Promise.<string>
A promise that will be resolved with the
response text once the request completes.
|
code » | |||||
Sends a post request, returning a promise that will be resolved with
the parsed response text once the request completes.
Arguments:
Returns: !goog.Promise.<Object>
A promise that will be resolved with the
response JSON once the request completes.
|
code » | |||||
Sends a request, returning a promise that will be resolved
with the XHR object once the request completes.
Arguments:
Returns: !goog.Promise.<!goog.net.XhrLike.OrNative>
A promise that will be
resolved with the XHR object once the request completes.
|
code » | |||||
Strips the XSSI prefix from the input string.
|
code » |