Skip to content

Commit e537643

Browse files
committed
update protocol
1 parent 846ddb8 commit e537643

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

pages/_data/1-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"domain": "DOM",
58-
"description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client.<p>Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.</p>",
58+
"description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client. Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.",
5959
"dependencies": [
6060
"Runtime"
6161
],
@@ -1729,7 +1729,7 @@
17291729
"types": [
17301730
{
17311731
"id": "StreamHandle",
1732-
"description": "This is either obtained from another method or specified as `blob:&lt;uuid&gt;` where\n`&lt;uuid&gt` is an UUID of a Blob.",
1732+
"description": "This is either obtained from another method or specified as `blob:<uuid>` where\n`<uuid>` is an UUID of a Blob.",
17331733
"type": "string"
17341734
}
17351735
],
@@ -5056,7 +5056,7 @@
50565056
},
50575057
{
50585058
"name": "backendNodeId",
5059-
"description": "Input node id. Only present for file choosers opened via an <input type=\"file\"> element.",
5059+
"description": "Input node id. Only present for file choosers opened via an `<input type=\"file\">` element.",
50605060
"experimental": true,
50615061
"optional": true,
50625062
"$ref": "DOM.BackendNodeId"

pages/_data/tot.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"name": "nativeSource",
105-
"description": "The native markup source for this value, e.g. a <label> element.",
105+
"description": "The native markup source for this value, e.g. a `<label>` element.",
106106
"optional": true,
107107
"$ref": "AXValueNativeSourceType"
108108
},
@@ -1005,7 +1005,8 @@
10051005
"WarnSameSiteLaxCrossDowngradeStrict",
10061006
"WarnSameSiteLaxCrossDowngradeLax",
10071007
"WarnAttributeValueExceedsMaxSize",
1008-
"WarnDomainNonASCII"
1008+
"WarnDomainNonASCII",
1009+
"WarnThirdPartyPhaseout"
10091010
]
10101011
},
10111012
{
@@ -3081,7 +3082,7 @@
30813082
},
30823083
{
30833084
"name": "isMutable",
3084-
"description": "Whether this stylesheet is mutable. Inline stylesheets become mutable\nafter they have been modified via CSSOM API.\n<link> element's stylesheets become mutable only if DevTools modifies them.\nConstructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.",
3085+
"description": "Whether this stylesheet is mutable. Inline stylesheets become mutable\nafter they have been modified via CSSOM API.\n`<link>` element's stylesheets become mutable only if DevTools modifies them.\nConstructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.",
30853086
"type": "boolean"
30863087
},
30873088
{
@@ -4968,7 +4969,7 @@
49684969
},
49694970
{
49704971
"domain": "DOM",
4971-
"description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client.<p>Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.</p>",
4972+
"description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client. Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.",
49724973
"dependencies": [
49734974
"Runtime"
49744975
],
@@ -8975,7 +8976,7 @@
89758976
"types": [
89768977
{
89778978
"id": "StreamHandle",
8978-
"description": "This is either obtained from another method or specified as `blob:&lt;uuid&gt;` where\n`&lt;uuid&gt` is an UUID of a Blob.",
8979+
"description": "This is either obtained from another method or specified as `blob:<uuid>` where\n`<uuid>` is an UUID of a Blob.",
89798980
"type": "string"
89808981
}
89818982
],
@@ -12562,7 +12563,7 @@
1256212563
},
1256312564
{
1256412565
"name": "headerIntegrity",
12565-
"description": "Signed exchange header integrity hash in the form of \"sha256-<base64-hash-value>\".",
12566+
"description": "Signed exchange header integrity hash in the form of `sha256-<base64-hash-value>`.",
1256612567
"type": "string"
1256712568
}
1256812569
]
@@ -18063,7 +18064,7 @@
1806318064
},
1806418065
{
1806518066
"name": "backendNodeId",
18066-
"description": "Input node id. Only present for file choosers opened via an <input type=\"file\"> element.",
18067+
"description": "Input node id. Only present for file choosers opened via an `<input type=\"file\">` element.",
1806718068
"experimental": true,
1806818069
"optional": true,
1806918070
"$ref": "DOM.BackendNodeId"
@@ -23566,12 +23567,12 @@
2356623567
},
2356723568
{
2356823569
"name": "sourceText",
23569-
"description": "Source text of JSON representing the rule set. If it comes from\n<script> tag, it is the textContent of the node. Note that it is\na JSON for valid case.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html\n- https://github.com/WICG/nav-speculation/blob/main/triggers.md",
23570+
"description": "Source text of JSON representing the rule set. If it comes from\n`<script>` tag, it is the textContent of the node. Note that it is\na JSON for valid case.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html\n- https://github.com/WICG/nav-speculation/blob/main/triggers.md",
2357023571
"type": "string"
2357123572
},
2357223573
{
2357323574
"name": "backendNodeId",
23574-
"description": "A speculation rule set is either added through an inline\n<script> tag or through an external resource via the\n'Speculation-Rules' HTTP header. For the first case, we include\nthe BackendNodeId of the relevant <script> tag. For the second\ncase, we include the external URL where the rule set was loaded\nfrom, and also RequestId if Network domain is enabled.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-header",
23575+
"description": "A speculation rule set is either added through an inline\n`<script>` tag or through an external resource via the\n'Speculation-Rules' HTTP header. For the first case, we include\nthe BackendNodeId of the relevant `<script>` tag. For the second\ncase, we include the external URL where the rule set was loaded\nfrom, and also RequestId if Network domain is enabled.\n\nSee also:\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script\n- https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-header",
2357523576
"optional": true,
2357623577
"$ref": "DOM.BackendNodeId"
2357723578
},
@@ -23708,7 +23709,6 @@
2370823709
"AudioOutputDeviceRequested",
2370923710
"MixedContent",
2371023711
"TriggerBackgrounded",
23711-
"EmbedderTriggeredAndCrossOriginRedirected",
2371223712
"MemoryLimitExceeded",
2371323713
"FailToGetMemoryUsage",
2371423714
"DataSaverEnabled",
@@ -23742,7 +23742,8 @@
2374223742
"MemoryPressureAfterTriggered",
2374323743
"PrerenderingDisabledByDevTools",
2374423744
"ResourceLoadBlockedByClient",
23745-
"SpeculationRuleRemoved"
23745+
"SpeculationRuleRemoved",
23746+
"ActivatedWithAuxiliaryBrowsingContexts"
2374623747
]
2374723748
},
2374823749
{

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://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2023-07-15 04:27:50 +0000
13+
<code browser>Date: 2023-07-22 04:25:56 +0000
1414
</code>
1515

1616
<h5 js>Latest <a

search_index/1-3.json

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

search_index/tot.json

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

0 commit comments

Comments
 (0)