chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.performancetimeline / EnableRequest

EnableRequest

data class EnableRequest

Request object containing input parameters for the PerformanceTimelineDomain.enable command.

Constructors

<init>

Request object containing input parameters for the PerformanceTimelineDomain.enable command.

EnableRequest(eventTypes: List<String>)

Properties

eventTypes

The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. Note that not all types exposed to the web platform are currently supported.

val eventTypes: List<String>