- Companion:
- class
Type members
Classlikes
A more detailed version of dom.ext.AjaxException (no relation)
A more detailed version of dom.ext.AjaxException (no relation)
Types
Value members
Concrete methods
Returns an EventStream that performs an HTTP DELETE request.
Returns an EventStream that performs an HTTP DELETE request.
- See also:
Returns an EventStream that performs an HTTP GET request.
Returns an EventStream that performs an HTTP GET request.
- See also:
Initializes and configures the XmlHttpRequest. This does not cause any network activity.
Initializes and configures the XmlHttpRequest. This does not cause any network activity.
Note: after initializing the request, you need to openRequest(), and then sendRequest()
AjaxEventStream already does this internally. This is provided as a building block for custom logic.
Returns an EventStream that performs an HTTP PATCH request.
Returns an EventStream that performs an HTTP PATCH request.
- See also:
Returns an EventStream that performs an HTTP POST request.
Returns an EventStream that performs an HTTP POST request.
- See also:
Returns an EventStream that performs an HTTP PUT request.
Returns an EventStream that performs an HTTP PUT request.
- See also:
The request should be initialized and configured with all the callbacks by this point.
The request should be initialized and configured with all the callbacks by this point.
AjaxEventStream already does this internally. This is provided as a building block for custom logic.