import ControllerServer from 'rodan-client/js/Controllers/ControllerServer.js'
ControllerServer
Extends:
js/Controllers/BaseController~BaseController → ControllerServer
Server controller.
Method Summary
Public Methods | ||
public |
ajaxPrefilter(options: object) AJAX prefilter associated with server control. |
|
public |
Initializes the instance. |
Public Methods
public ajaxPrefilter(options: object) source
AJAX prefilter associated with server control.
This will count the pending responses and set timeouts.
Params:
Name | Type | Attribute | Description |
options | object | object.beforeSend (optional) is a function that takes in the XmlHTTPRequest before sending; this may be useful for doing pre-processing of AJAX requests |