class LoadUrl
Defined at line 450 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/markers.h
Tells the [`Frame`] to navigate to a `url`.
- `url`: The address to navigate to.
- `params`: Additional parameters that affect how the resource will be loaded (e.g.
cookies, HTTP headers, etc.)
If an error occurred, the [`NavigationControllerError`] will be set to one of these values:
- `INVALID_URL`: The `url` parameter is invalid.
- `INVALID_HEADER`: At least one of the headers in [`LoadUrlParams.headers`] is invalid.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal