BrowserXhr

BrowserXhr

Experimental Class

Class Overview

class BrowserXhr {
  constructor()
  
  
  build() : any
}

Class Description

A backend for http that uses the XMLHttpRequest browser API.

Take care not to evaluate this in non-browser contexts.

Annotations

@Injectable()