angular/packages/common/http
SkyZeroZx aafeb1d2bd refactor(http): Improves base64 encoding/decoding with feature detection (#67002)
Use feature detection for `Uint8Array.prototype.toBase64` and
`Uint8Array.fromBase64`, falling back to the existing implementation
when native support is not available

PR Close #67002
2026-03-04 15:56:59 +00:00
..
src refactor(http): Improves base64 encoding/decoding with feature detection (#67002) 2026-03-04 15:56:59 +00:00
test test(http): refactors HTTP client tests to use TestBed and providers 2026-03-03 09:12:36 -08:00
testing test(http): refactors HTTP client tests to use TestBed and providers 2026-03-03 09:12:36 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
PACKAGE.md build: format md files 2025-11-06 10:03:05 -08:00
public_api.ts refactor(http): expose withXhr to prepare for fetch by default 2026-02-24 09:26:26 -08:00