angular / 5.2.11 / api / http / jsonpbackend.html /

JSONPBackend

interface deprecated

npm Package @angular/http
Module import { JSONPBackend } from '@angular/http';
Source http/src/backends/jsonp_backend.ts

Deprecation Notes

use @angular/common/http instead

Interface Overview

interface JSONPBackend extends ConnectionBackend { 
  createConnection(request: Request): JSONPConnection
}

Description

A ConnectionBackend that uses the JSONP strategy of making requests.

Members

createConnection(request: Request): JSONPConnection

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/http/JSONPBackend