angular/packages/common/http
Matthieu Riegler 85c5427582 feat(http): Introduction of the fetch Backend for the HttpClient (#50247)
This commit introduces a new `HttpBackend` implentation which makes requests using the fetch API

This feature is a developer preview and is opt-in.
It is enabled by setting the providers with `provideHttpClient(withFetch())`.

NB: The fetch API is experimental on Node but available without flags from Node 18 onwards.

PR Close #50247
2023-06-08 09:48:12 -07:00
..
src feat(http): Introduction of the fetch Backend for the HttpClient (#50247) 2023-06-08 09:48:12 -07:00
test feat(http): Introduction of the fetch Backend for the HttpClient (#50247) 2023-06-08 09:48:12 -07:00
testing refactor: update packages/common tests to work with ESM pipeline (#48521) 2022-12-19 19:50:42 +00:00
BUILD.bazel refactor(http): tree-shakable error on JSONP request (#50376) 2023-05-24 13:58:49 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts feat(http): Introduction of the fetch Backend for the HttpClient (#50247) 2023-06-08 09:48:12 -07:00