linkXhrFactory
npm Package | @angular/common |
---|---|
Module | import { XhrFactory } from '@angular/common/http'; |
Source | common/http/src/xhr.ts |
linkOverview
class XhrFactory {
build(): XMLHttpRequest
}
linkDescription
A wrapper around the XMLHttpRequest
constructor.