rust/api/probes/captive_portal library
Functions
-
checkForCaptivePortal(
{required BigInt timeoutMs}) → Future< CaptivePortalStatus> - Checks for the presence of a captive portal.
-
checkForCaptivePortalWeb(
{required BigInt timeoutMs}) → Future< CaptivePortalStatus> - Unified entry point for captive portal check.
-
checkForCaptivePortalWebManual(
{required BigInt timeoutMs}) → Future< CaptivePortalStatus> - Web implementation using Fetch with redirect: manual.