Processes an HttpRequest with the JSONP method, by performing JSONP style requests.
API
class JsonpClientBackend implements HttpBackend {
constructor(callbackMap: JsonpCallbackContext, document: any): JsonpClientBackend;
handle(req: HttpRequest<never>): Observable<HttpEvent<any>>;
}
constructor
JsonpClientBackend