angular/packages/common/http/src
Kristiyan Kostadinov 513a4fe05e refactor(core): replace usages of removeChild (#57203)
These changes replace most usages of `removeChild` with `remove`. The latter has the advantage of not having to look up the `parentNode` and ensure that the child being removed actually belongs to the specific parent.

The refactor should be fairly safe since all the browsers we cover support `remove`. [Something similar was done in Components](https://github.com/angular/components/pull/23592) some time ago and there haven't been any bug reports as a result.

PR Close #57203
2024-08-07 16:46:09 +00:00
..
backend.ts refactor(http): introduce the functional interceptors API (#47502) 2022-10-06 19:02:45 +00:00
client.ts docs: Use new Urls to drop the docs url mapper (#55043) 2024-04-09 12:23:09 -07:00
context.ts feat(http): add has() method to HttpContext class (#43887) 2021-11-04 18:52:18 +00:00
errors.ts feat(http): allow caching requests with different origins between server and client (#55274) 2024-04-22 11:26:09 -07:00
fetch.ts perf(http): execute fetch outside of Angular zone (#56820) 2024-07-04 12:10:34 +02:00
headers.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
interceptor.ts refactor(core): clean up clang comments and workarounds (#55750) 2024-05-13 11:10:36 -07:00
jsonp.ts refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
module.ts refactor(http): Deprecate HttpClientModule & related modules (#54020) 2024-04-23 12:12:31 -07:00
params.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
private_export.ts fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55652) 2024-05-06 12:29:53 -07:00
provider.ts fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55652) 2024-05-06 12:29:53 -07:00
request.ts fix(http): manage different body types for caching POST requests (#54980) 2024-03-25 11:17:02 -07:00
response.ts refactor(http): remove direct usage of HttpStatusCode (#55434) 2024-04-22 11:36:51 -07:00
transfer_cache.ts feat(http): allow caching requests with different origins between server and client (#55274) 2024-04-22 11:26:09 -07:00
xhr.ts refactor(http): remove direct usage of HttpStatusCode (#55434) 2024-04-22 11:36:51 -07:00
xsrf.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00