Skip to contentChangelog 2026-03-05 (Accessibility Reliability Fetch-Timeout Resilience Pass 46)
Published
Article content
Changed
- Added a shared
fetchWithTimeout helper (8s timeout) in reliability dashboard runtime. - Switched deploy, CI, and incidents data requests to use timeout-bounded fetches.
Why
- Prevents long-hanging requests from trapping the module in a perceived loading state.
- Ensures
aria-busy resolution and fallback status behavior remain dependable under degraded network conditions.