template <>

class WireWeakAsyncClientImpl

Defined at line 10291 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_web::NavigationController::LoadUrl> LoadUrl (::fidl::StringView url, ::fuchsia_web::wire::LoadUrlParams params)

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.

The request and callback are allocated on the heap.