pub async fn check_internet_connection() -> boolExpand description
Check if there is an active internet connection.
Native clients can afford a preflight connectivity check. Browser/wasm clients should skip it and rely on the real request, otherwise the check itself becomes a separate cross-origin failure surface.