• Overview
@angular/common/http

JsonpClientBackend

Class

Processes an HttpRequest with the JSONP method, by performing JSONP style requests.

  
    class JsonpClientBackend implements HttpBackend {}
  
  

handle

Observable<HttpEvent<any>>

Processes a JSONP request and returns an event stream of the results.

@paramreqHttpRequest<never>

The request object.

@returnsObservable<HttpEvent<any>>
Jump to details