angular/packages/common/http/src
SkyZeroZx cb1163e5e5 fix(http): correctly parse ArrayBuffer and Blob in transfer cache
Encodes arraybuffer and blob response bodies as base64 when storing in the transfer cache, ensuring correct retrieval and usage on the client side.

Fixes #66827
2026-02-09 12:32:12 -08: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 refactor(core): add debug name to resource (#64172) 2025-11-24 11:30:12 -05: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 parse ArrayBuffer and Blob in transfer cache 2026-02-09 12:32:12 -08: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