JsonpClientBackend
通过执行 JSONP 风格的请求,使用 JSONP 方法处理 HttpRequest
Processes an HttpRequest
with the JSONP method, by performing JSONP style requests.
class JsonpClientBackend implements HttpBackend {
handle(req: HttpRequest<never>): Observable<HttpEvent<any>>
}
参见
Provided in
方法
处理 JSONP 请求并返回结果的事件流。 Processes a JSONP request and returns an event stream of the results. | |||
参数
返回值响应事件的可观察对象。
|