pl.wendigo.chrome.domain.profiler / ConsoleProfileFinishedEvent

ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent : ProtocolEvent (source)

Represents event frames for Profiler.consoleProfileFinished

Constructors

<init>

ConsoleProfileFinishedEvent(id: String, location: Location, profile: Profile, title: String? = null)

Represents event frames for Profiler.consoleProfileFinished

Properties

id

val id: String

location

val location: Location

Location of console.profileEnd().

profile

val profile: Profile

title

val title: String?

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

Inherited Functions

protocolDomain

fun protocolDomain(): String