pl.wendigo.chrome.api.tracing / DataCollectedEvent

DataCollectedEvent

data class DataCollectedEvent : Event (source)

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.

Link
Tracing#dataCollected event documentation.

Constructors

<init>

DataCollectedEvent(value: List<Any>)

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.

Properties

value

val value: List<Any>

Inherited Functions

protocolDomain

fun protocolDomain(): String