mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fix a bug due to which setting a custom Content-Type header in the Request led to multiple Content-Types being set on the sent XMLHttpRequest: first the detected content type based on the request body, followed by the custom set content type. Fix #9130. |
||
|---|---|---|
| .. | ||
| backends | ||
| base_request_options_spec.ts | ||
| headers_spec.ts | ||
| http_spec.ts | ||
| static_response_spec.ts | ||
| url_search_params_spec.ts | ||