template <>
class WireSyncBufferClientImpl
Defined at line 2430 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus OnContextDevToolsAvailable (::fidl::ServerEnd< ::fuchsia_web::DevToolsPerContextListener> && listener)
Called when the DevTools service is available on a new [`Context`].
- `listener`: Channel over which DevTools events for the new [`Context`] will
be delivered. This channel will disconnect when the [`Context`] is destroyed.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.