Experimental Class
Class Overview
class XHRConnection {
constructor(req: Request, browserXHR: BrowserXhr, baseResponseOptions?: ResponseOptions)
request : Request
response : Observable<Response>
readyState : ReadyState
setDetectedContentType(req: any, _xhr: any)
}
Class Description
Creates connections using XMLHttpRequest. Given a fully-qualified request, an XHRConnection will immediately create an XMLHttpRequest object and send the request. This class would typically