This class is used to create JSONP requests. JSONP is a mechanism that allows for making requests for data cross domain. More information is available here: http://en.wikipedia.org/wiki/JSONP
Specifies the GET parameter that will be sent to the server containing the function name to be executed when the request completes. Defaults to callback. Thus, a common request will be in the form of url?callback=Ext.data.JsonP.callback1
True to add a unique cache-buster param to requests. Defaults to true.
True to add a unique cache-buster param to requests. Defaults to true.
Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'.
Change the parameter which is sent went disabling caching through a cache buster. Defaults to '_dc'.
Abort a request. If the request parameter is not specified all open requests will be aborted.
Abort a request. If the request parameter is not specified all open requests will be aborted.
(Optional) The request to abort
Makes a JSONP request.
Makes a JSONP request.
An object which may contain the following properties. Note that options will take priority over any defaults that are specified in the class.
request An object containing the request details.