填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

JsonpClientBackend

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

      
      class JsonpClientBackend implements HttpBackend {
  handle(req: HttpRequest<never>): Observable<HttpEvent<any>>
}
    

参见

方法

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

handle(req: HttpRequest<never>): Observable<HttpEvent<any>>
      
      handle(req: HttpRequest<never>): Observable<HttpEvent<any>>
    
参数
req HttpRequest

The request object.

返回值

Observable<HttpEvent<any>>: An observable of the response events.