• Genel Bakış
@angular/common/http

withJsonpSupport

function
kullanımdan kaldırılmışv22.1'den beri

Add JSONP support to the configuration of the current HttpClient instance.

Deprecation warning

JSONP is deprecated as it can cause XSS vulnerabilities. Use standard HTTP requests instead. Intent to remove in future versions of Angular.

API

function withJsonpSupport(): HttpFeature<HttpFeatureKind.JsonpSupport>;
@deprecated

JSONP is deprecated as it can cause XSS vulnerabilities. Use standard HTTP requests instead. Intent to remove in future versions of Angular.

Detaylara atla