template <>
class WireSyncClientImpl
Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_web::ContextProvider>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Create (::fuchsia_web::wire::CreateContextParams params, ::fidl::ServerEnd< ::fuchsia_web::Context> && context)
Creates a new browser [`Context`] whose state is wholly independent and isolated from other
[`Context`](`Contexts`).
- `params`: The configuration used to create the [`Context`].
- `context`: An interface request which will receive a bound [`Context`]
service.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.