JsonpInterceptor
Identifies requests with the method JSONP and shifts them to the JsonpClientBackend
.
class JsonpInterceptor {
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>
}
参见
方法
Identifies and handles a given JSONP request. | ||||||
参数
返回值
|