You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/_data/tot.json
+57-3Lines changed: 57 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15426,11 +15426,11 @@
15426
15426
"properties": [
15427
15427
{
15428
15428
"name": "renderTime",
15429
-
"type": "number"
15429
+
"$ref": "Network.TimeSinceEpoch"
15430
15430
},
15431
15431
{
15432
15432
"name": "loadTime",
15433
-
"type": "number"
15433
+
"$ref": "Network.TimeSinceEpoch"
15434
15434
},
15435
15435
{
15436
15436
"name": "size",
@@ -15456,6 +15456,52 @@
15456
15456
}
15457
15457
]
15458
15458
},
15459
+
{
15460
+
"id": "LayoutShiftAttribution",
15461
+
"type": "object",
15462
+
"properties": [
15463
+
{
15464
+
"name": "previousRect",
15465
+
"$ref": "DOM.Rect"
15466
+
},
15467
+
{
15468
+
"name": "currentRect",
15469
+
"$ref": "DOM.Rect"
15470
+
},
15471
+
{
15472
+
"name": "nodeId",
15473
+
"optional": true,
15474
+
"$ref": "DOM.BackendNodeId"
15475
+
}
15476
+
]
15477
+
},
15478
+
{
15479
+
"id": "LayoutShift",
15480
+
"description": "See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl",
15481
+
"type": "object",
15482
+
"properties": [
15483
+
{
15484
+
"name": "value",
15485
+
"description": "Score increment produced by this event.",
15486
+
"type": "number"
15487
+
},
15488
+
{
15489
+
"name": "hadRecentInput",
15490
+
"type": "boolean"
15491
+
},
15492
+
{
15493
+
"name": "lastInputTime",
15494
+
"$ref": "Network.TimeSinceEpoch"
15495
+
},
15496
+
{
15497
+
"name": "sources",
15498
+
"type": "array",
15499
+
"items": {
15500
+
"$ref": "LayoutShiftAttribution"
15501
+
}
15502
+
}
15503
+
]
15504
+
},
15459
15505
{
15460
15506
"id": "TimelineEvent",
15461
15507
"type": "object",
@@ -15467,10 +15513,12 @@
15467
15513
},
15468
15514
{
15469
15515
"name": "type",
15516
+
"description": "The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype\nThis determines which of the optional \"details\" fiedls is present.",
15470
15517
"type": "string"
15471
15518
},
15472
15519
{
15473
15520
"name": "name",
15521
+
"description": "Name may be empty depending on the type.",
15474
15522
"type": "string"
15475
15523
},
15476
15524
{
@@ -15488,17 +15536,23 @@
15488
15536
"name": "lcpDetails",
15489
15537
"optional": true,
15490
15538
"$ref": "LargestContentfulPaint"
15539
+
},
15540
+
{
15541
+
"name": "layoutShiftDetails",
15542
+
"optional": true,
15543
+
"$ref": "LayoutShift"
15491
15544
}
15492
15545
]
15493
15546
}
15494
15547
],
15495
15548
"commands": [
15496
15549
{
15497
15550
"name": "enable",
15498
-
"description": "Previously buffered events would be reported before method returns.\nThe specified filter overrides any previous filters, passing empty\nfilter disables recording.\nNote that not all types exposed to the web platform are currently supported.\nSee also: timelineEventAdded",
15551
+
"description": "Previously buffered events would be reported before method returns.\nSee also: timelineEventAdded",
15499
15552
"parameters": [
15500
15553
{
15501
15554
"name": "eventTypes",
15555
+
"description": "The types of event to report, as specified in\nhttps://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype\nThe specified filter overrides any previous filters, passing empty\nfilter disables recording.\nNote that not all types exposed to the web platform are currently supported.",
Copy file name to clipboardExpand all lines: pages/tot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ There is no backwards compatibility support guaranteed for the capabilities it i
10
10
11
11
<h5browser>Latest <a
12
12
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/blink/renderer/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
0 commit comments