XmlHttpRequest Method (XmlHttpRequestDetails)

RxJS

Starts an asynchronous XmlHttpRequest.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.XmlHttpRequest = function(details);

Parameters

details
Type: Rx..::.XmlHttpRequestDetails

See Also