pl.wendigo.chrome.api.target / TargetInfoChangedEvent

TargetInfoChangedEvent

data class TargetInfoChangedEvent : Event (source)

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Link
Target#targetInfoChanged event documentation.

Constructors

<init>

TargetInfoChangedEvent(targetInfo: TargetInfo)

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Properties

targetInfo

val targetInfo: TargetInfo

Inherited Functions

protocolDomain

fun protocolDomain(): String