On this page
XhrFactory
class
| npm Package | @angular/common | 
|---|---|
| Module | import { XhrFactory } from '@angular/common/http'; | 
     
| Source | common/http/src/xhr.ts | 
Overview
class XhrFactory {
  build(): XMLHttpRequest
}
  Description
A wrapper around the XMLHttpRequest constructor.
Members
build(): XMLHttpRequest
  © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/common/http/XhrFactory