BrowserXhr
class
deprecated
npm Package | @angular/http |
---|---|
Module | import { BrowserXhr } from '@angular/http'; |
Source | http/src/backends/browser_xhr.ts |
Deprecation Notes
use @angular/common/http instead
Overview
class BrowserXhr { constructor() build(): any }
Description
A backend for http that uses the XMLHttpRequest
browser API.
Take care not to evaluate this in non-browser contexts.
Constructor
constructor()
Members
build(): any
Annotations
@Injectable()
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/http/BrowserXhr