JsonpInterceptor
Class
Identifies requests with the method JSONP and
shifts them to the JsonpClientBackend
.
API
class JsonpInterceptor {}
intercept
Observable<HttpEvent<any>>
Identifies and handles a given JSONP request.
@paramnext
HttpHandler
The next interceptor in the chain, or the backend if no interceptors remain in the chain.
@returns
Observable<HttpEvent<any>>
Jump to details