Skip to content

Commit d06f78e

Browse files
committed
bump protocol
1 parent 3bbf56a commit d06f78e

3 files changed

Lines changed: 59 additions & 5 deletions

File tree

pages/_data/tot.json

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15426,11 +15426,11 @@
1542615426
"properties": [
1542715427
{
1542815428
"name": "renderTime",
15429-
"type": "number"
15429+
"$ref": "Network.TimeSinceEpoch"
1543015430
},
1543115431
{
1543215432
"name": "loadTime",
15433-
"type": "number"
15433+
"$ref": "Network.TimeSinceEpoch"
1543415434
},
1543515435
{
1543615436
"name": "size",
@@ -15456,6 +15456,52 @@
1545615456
}
1545715457
]
1545815458
},
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+
},
1545915505
{
1546015506
"id": "TimelineEvent",
1546115507
"type": "object",
@@ -15467,10 +15513,12 @@
1546715513
},
1546815514
{
1546915515
"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.",
1547015517
"type": "string"
1547115518
},
1547215519
{
1547315520
"name": "name",
15521+
"description": "Name may be empty depending on the type.",
1547415522
"type": "string"
1547515523
},
1547615524
{
@@ -15488,17 +15536,23 @@
1548815536
"name": "lcpDetails",
1548915537
"optional": true,
1549015538
"$ref": "LargestContentfulPaint"
15539+
},
15540+
{
15541+
"name": "layoutShiftDetails",
15542+
"optional": true,
15543+
"$ref": "LayoutShift"
1549115544
}
1549215545
]
1549315546
}
1549415547
],
1549515548
"commands": [
1549615549
{
1549715550
"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",
1549915552
"parameters": [
1550015553
{
1550115554
"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.",
1550215556
"type": "array",
1550315557
"items": {
1550415558
"type": "string"

pages/tot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is no backwards compatibility support guaranteed for the capabilities it i
1010

1111
<h5 browser>Latest <a
1212
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>
13-
<code browser>Date: 2021-01-05 22:16:00 -0800
13+
<code browser>Date: 2021-01-06 15:16:17 -0800
1414
</code>
1515

1616
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)