pl.wendigo.chrome.api.profiler / ConsoleProfileStartedEvent

ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent : Event (source)

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

Link
Profiler#consoleProfileStarted event documentation.

Constructors

<init>

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

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

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