pl.wendigo.chrome.domain.tracing / DataCollectedEvent

DataCollectedEvent

data class DataCollectedEvent : ProtocolEvent (source)

Represents event frames for Tracing.dataCollected

Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.

Constructors

<init>

DataCollectedEvent(value: List<Any>)

Represents event frames for Tracing.dataCollected

Properties

value

val value: List<Any>

Inherited Functions

protocolDomain

fun protocolDomain(): String