JsonpInterceptor
Identifies requests with the method JSONP and
shifts them to the JsonpClientBackend
.
class JsonpInterceptor {
intercept(initialRequest: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>
}
See also
Methods
intercept() | ||||||
---|---|---|---|---|---|---|
Identifies and handles a given JSONP request. |
||||||
Parameters
Returns
|