BrowserXhr
class
npm Package | @angular/http |
---|---|
Module | import { BrowserXhr } from '@angular/http'; |
Source | http/src/backends/browser_xhr.ts |
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–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/http/BrowserXhr