SkyZeroZx
9791ab1b6f
feat(http): Add support for fetch request cache and priority options ( #61766 )
...
Enhances Angular HttpClient requests with Fetch API cache and priority options to optimize loading and performance.
PR Close #61766
2025-06-25 09:46:21 +00:00
SkyZeroZx
ccc5cc068f
feat(http): add keepalive support for fetch requests ( #60621 )
...
This commit adds support for the Fetch API's keepalive option when using HttpClient with the withFetch provider.
The change includes:
- Added keepalive to HttpRequestInit interface
- Modified FetchBackend to pass the option
- Added some unit test
PR Close #60621
2025-04-24 15:08:52 -07:00
arturovt
3602c536e4
refactor(common): drop error messages in production ( #60242 )
...
Drops more error messages in production.
PR Close #60242
2025-03-10 10:04:03 -07:00
arturovt
b7dd0483d0
refactor(common): drop error messages in production ( #59545 )
...
Switches to using `RuntimeError` and drops error messages in production by replacing it with an error code.
PR Close #59545
2025-01-28 09:39:42 +01:00
arturovt
3b3040d32a
refactor(common): drop error message in production ( #59471 )
...
Switches to using `RuntimeError` and drops the error message in production by replacing it with an error code.
PR Close #59471
2025-01-15 12:28:29 -05:00
Kristiyan Kostadinov
fb351300c3
build: update to latest dev infra code ( #56128 )
...
Updates the repo to the latest dev infra code which involves updating a patch and renaming all the golden files to end with `.api.md`.
PR Close #56128
2024-05-28 14:42:31 +02:00