Skip to content

Commit b879c24

Browse files
committed
bump protocol
1 parent 4a3eee0 commit b879c24

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_data/tot/protocol.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5870,8 +5870,15 @@
58705870
{
58715871
"name": "nodeId",
58725872
"$ref": "NodeId",
5873+
"optional": true,
58735874
"description": "Id of the node to resolve."
58745875
},
5876+
{
5877+
"name": "backendNodeId",
5878+
"$ref": "DOM.BackendNodeId",
5879+
"optional": true,
5880+
"description": "Backend identifier of the node to resolve."
5881+
},
58755882
{
58765883
"name": "objectGroup",
58775884
"type": "string",
@@ -5886,7 +5893,7 @@
58865893
"description": "JavaScript object wrapper for given node."
58875894
}
58885895
],
5889-
"description": "Resolves JavaScript node object for given node id."
5896+
"description": "Resolves the JavaScript node object for a given NodeId or BackendNodeId."
58905897
},
58915898
{
58925899
"name": "getAttributes",

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
88

99
<h5 browser>Latest <a
1010
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
11-
<code browser>Date: Fri Jul 7 12:15:19 2017 -0700
11+
<code browser>Date: Mon Jul 10 06:15:19 2017 -0700
1212
</code>
1313

1414
<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)