angular/packages/common/http/src
SkyZeroZx 277ade97ac fix(http): correctly cache blob responses in transfer cache (#67002)
Previously, Blob values were passed to `Uint8Array` this resulted in silently producing an empty array (length = 0) without throwing an error, leading to empty cached data

PR Close #67002
2026-03-04 15:56:59 +00:00
..
backend.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
client.ts feat(http): add support for fetch referrerPolicy option in HttpClient (#64116) 2025-10-07 20:45:34 -04:00
context.ts docs: Adds guide links to HTTP API docs for better discoverability 2025-10-27 09:25:56 +01:00
errors.ts feat(http): add support for fetch referrerPolicy option in HttpClient (#64116) 2025-10-07 20:45:34 -04:00
fetch.ts refactor(http): simplifies destruction tracking using destroyed property 2025-11-05 17:05:24 +00:00
headers.ts docs: Adds guide links to HTTP API docs for better discoverability 2025-10-27 09:25:56 +01:00
interceptor.ts refactor(common): remove redundant providedIn: 'root' from injection tokens 2025-12-12 08:05:30 -08:00
jsonp.ts refactor(common): convert scripts within packages/common to relative imports (#60623) 2025-04-01 15:58:51 +00:00
module.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
params.ts docs: Adds guide links to HTTP API docs for better discoverability 2025-10-27 09:25:56 +01:00
private_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
provider.ts refactor(core): correct all typeof ngDevMode comparison patterns introduced by #63875 2025-12-08 10:30:01 -08:00
request.ts feat(http): add support for fetch referrerPolicy option in HttpClient (#64116) 2025-10-07 20:45:34 -04:00
resource.ts fix(core): adds transfer cache to httpResource to fix hydration 2026-02-27 17:09:26 +00:00
resource_api.ts refactor(core): add debug name to resource (#64172) 2025-11-24 11:30:12 -05:00
response.ts docs: Adds guide links to HTTP API docs for better discoverability 2025-10-27 09:25:56 +01:00
transfer_cache.ts fix(http): correctly cache blob responses in transfer cache (#67002) 2026-03-04 15:56:59 +00:00
util.ts refactor(http): Improves base64 encoding/decoding with feature detection (#67002) 2026-03-04 15:56:59 +00:00
xhr.ts refactor(http): add hooks for propagating traces across XHR callbacks. 2025-10-28 15:08:57 +01:00
xsrf.ts refactor(http): remove redundant providedIn: 'root' in XSRF_HEADER_NAME 2026-01-12 10:00:24 -08:00