chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime.events / RuntimeEvent

RuntimeEvent

sealed class RuntimeEvent

Types

BindingCalledEvent

data class BindingCalledEvent : RuntimeEvent

ConsoleAPICalledEvent

data class ConsoleAPICalledEvent : RuntimeEvent

ExceptionRevokedEvent

data class ExceptionRevokedEvent : RuntimeEvent

ExceptionThrownEvent

data class ExceptionThrownEvent : RuntimeEvent

ExecutionContextCreatedEvent

data class ExecutionContextCreatedEvent : RuntimeEvent

ExecutionContextDestroyedEvent

data class ExecutionContextDestroyedEvent : RuntimeEvent

ExecutionContextsClearedEvent

object ExecutionContextsClearedEvent : RuntimeEvent

InspectRequestedEvent

data class InspectRequestedEvent : RuntimeEvent