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. |
||
|---|---|---|
| .. | ||
| browser_jsonp.ts | ||
| browser_xhr.ts | ||
| jsonp_backend.ts | ||
| xhr_backend.ts | ||