angular / 5 / api / http / jsonpbackend.html

JSONPBackend

interface deprecated

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