On this page
JsonpClientBackend
class
final
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
Provided in
Methods
handle()
|
|||
---|---|---|---|
Processes a JSONP request and returns an event stream of the results. |
|||
|
req |
HttpRequest<never> |
The request object. |
Returns
Observable<HttpEvent<any>>
: An observable of the response events.
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/common/http/JsonpClientBackend