Click or drag to resize

TargetClient Events

Version 102.0.100

The TargetClient type exposes the following members.

Events
  NameDescription
Public eventAttachedToTarget
Issued when attached to target because of auto-attach or `attachToTarget` command.
Public eventDetachedFromTarget
Issued when detached from target for any reason (including `detachFromTarget` command). Can be issued multiple times per target if multiple sessions have been attached to it.
Public eventReceivedMessageFromTarget
Notifies about a new protocol message received from the session (as reported in `attachedToTarget` event).
Public eventTargetCrashed
Issued when a target has crashed.
Public eventTargetCreated
Issued when a possible inspection target is created.
Public eventTargetDestroyed
Issued when a target is destroyed.
Public eventTargetInfoChanged
Issued when some information about a target has changed. This only happens between `targetCreated` and `targetDestroyed`.
Top
See Also