Skip to content

Commit 1d9d0f6

Browse files
committed
bump protocol
1 parent 75a9bf4 commit 1d9d0f6

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

_data/tot/protocol.json

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6012,7 +6012,20 @@
60126012
{
60136013
"name": "nodeId",
60146014
"$ref": "NodeId",
6015-
"description": "Id of the node to focus."
6015+
"optional": true,
6016+
"description": "Identifier of the node."
6017+
},
6018+
{
6019+
"name": "backendNodeId",
6020+
"$ref": "BackendNodeId",
6021+
"optional": true,
6022+
"description": "Identifier of the backend node."
6023+
},
6024+
{
6025+
"name": "objectId",
6026+
"$ref": "Runtime.RemoteObjectId",
6027+
"optional": true,
6028+
"description": "JavaScript object id of the node wrapper."
60166029
}
60176030
],
60186031
"description": "Focuses the given element.",
@@ -6021,18 +6034,31 @@
60216034
{
60226035
"name": "setFileInputFiles",
60236036
"parameters": [
6024-
{
6025-
"name": "nodeId",
6026-
"$ref": "NodeId",
6027-
"description": "Id of the file input node to set files for."
6028-
},
60296037
{
60306038
"name": "files",
60316039
"type": "array",
60326040
"items": {
60336041
"type": "string"
60346042
},
60356043
"description": "Array of file paths to set."
6044+
},
6045+
{
6046+
"name": "nodeId",
6047+
"$ref": "NodeId",
6048+
"optional": true,
6049+
"description": "Identifier of the node."
6050+
},
6051+
{
6052+
"name": "backendNodeId",
6053+
"$ref": "BackendNodeId",
6054+
"optional": true,
6055+
"description": "Identifier of the backend node."
6056+
},
6057+
{
6058+
"name": "objectId",
6059+
"$ref": "Runtime.RemoteObjectId",
6060+
"optional": true,
6061+
"description": "JavaScript object id of the node wrapper."
60366062
}
60376063
],
60386064
"description": "Sets files for the given file input element.",
@@ -6044,7 +6070,20 @@
60446070
{
60456071
"name": "nodeId",
60466072
"$ref": "NodeId",
6047-
"description": "Id of the node to get box model for."
6073+
"optional": true,
6074+
"description": "Identifier of the node."
6075+
},
6076+
{
6077+
"name": "backendNodeId",
6078+
"$ref": "BackendNodeId",
6079+
"optional": true,
6080+
"description": "Identifier of the backend node."
6081+
},
6082+
{
6083+
"name": "objectId",
6084+
"$ref": "Runtime.RemoteObjectId",
6085+
"optional": true,
6086+
"description": "JavaScript object id of the node wrapper."
60486087
}
60496088
],
60506089
"returns": [

_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: Wed Jul 12 17:15:26 2017 -0700
11+
<code browser>Date: Wed Jul 12 18:55:05 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)