Skip to main content

Module httpfuture

Module httpfuture 

Source

Structs§

HttpFuture
Executes a command and waits for navigation, unless an optional failure probe resolves early with a synthetic failed HTTP request.

Functions§

navigate_error_text
Failure probe for Page.navigate: the ack’s errorText.
navigation_continues
ERR_ABORTED can mean a redirect, download, or second navigate superseded this navigation; keep waiting for its replacement. HTTP response code failures can still commit a 4xx/5xx body and fire lifecycle events; navi appends the status (e.g. “ (403)“), so that exception uses a prefix match.