a147f5cffaef71f247733506ecfdaf29fcc50166
request()'s fetch() call throwing (network down, connection refused, offline) previously propagated the raw browser error text (e.g. "TypeError: Failed to fetch"). Centralizing the friendly message here, rather than in each call site, means every existing catch((e) => showError(String(e))) pattern gets it for free.
Description
No description provided
Languages
Go
72.8%
TypeScript
20.3%
Python
4.7%
CSS
2.1%