XmlHttpRequest Method (String)

RxJS

Starts an asynchronous XmlHttpRequest.

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

Syntax

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

Parameters

url
Type: System..::.String

See Also