On this page
JSONPBackend
class
| npm Package | @angular/http | 
|---|---|
| Module | import { JSONPBackend } from '@angular/http'; | 
     
| Source | http/src/backends/jsonp_backend.ts | 
Overview
class JSONPBackend extends ConnectionBackend {
  // inherited from http/ConnectionBackend
  createConnection(request: any): Connection
}
  Description
A ConnectionBackend that uses the JSONP strategy of making requests.
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/http/JSONPBackend