Detached

@Serializable
data class Detached(val reason: String) : InspectorEvent

Fired when remote debugging connection is about to be terminated. Contains detach reason.

Official doc

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard

The reason why connection has been terminated.