Request hangs indefinitely with no timeout configured.
// Buggy Code const response = await fetch('/api/slow-endpoint'); // No timeout - can hang for minutes