pl.wendigo.chrome.domain.profiler / ConsoleProfileStartedEvent

ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent : ProtocolEvent (source)

Represents event frames for Profiler.consoleProfileStarted

Sent when new profile recodring is started using console.profile() call.

Constructors

<init>

ConsoleProfileStartedEvent(id: String, location: Location, title: String? = null)

Represents event frames for Profiler.consoleProfileStarted

Properties

id

val id: String

location

val location: Location

Location of console.profile().

title

val title: String?

Profile title passed as an argument to console.profile().

Inherited Functions

protocolDomain

fun protocolDomain(): String