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

Package org.hildan.chrome.devtools.domains.performancetimeline

Types

EnableRequest

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

data class EnableRequest

LargestContentfulPaint

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

data class LargestContentfulPaint

LayoutShift

See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl

data class LayoutShift

LayoutShiftAttribution

Official doc

data class LayoutShiftAttribution

PerformanceTimelineDomain

Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.

class PerformanceTimelineDomain

TimelineEvent

Official doc

data class TimelineEvent