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–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/http/XhrFactory