JsonpClientBackend
Processes an HttpRequest
with the JSONP method,
by performing JSONP style requests.
class JsonpClientBackend implements HttpBackend {
handle(req: HttpRequest<never>): Observable<HttpEvent<any>>
}
See also
Methods
handle() | |||
---|---|---|---|
Processes a JSONP request and returns an event stream of the results. |
|||
Parameters
Returns
|