class DevToolsPerContextListener

Defined at line 12578 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Interface supplied by the debugging component to observe the DevTools service opening event.

Public Methods

void ~DevToolsPerContextListener ()
void OnHttpPortOpen (uint16_t port)

Called when the DevTools service starts accepting TCP connections on `port`. `port` will

remain open until the [`Context`] is destroyed.

- `port`: The port used by the service.