Skip to content

Commit 29b09ea

Browse files
committed
bump protocol
1 parent 0323a90 commit 29b09ea

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

_data/tot/protocol.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7972,6 +7972,11 @@
79727972
{
79737973
"name": "url",
79747974
"type": "string"
7975+
},
7976+
{
7977+
"name": "attached",
7978+
"type": "boolean",
7979+
"description": "Whether the target has an attached client."
79757980
}
79767981
]
79777982
},
@@ -7993,7 +7998,7 @@
79937998
"commands": [
79947999
{
79958000
"name": "setDiscoverTargets",
7996-
"description": "Controls whether to discover available targets and notify via <code>targetCreated/targetDestroyed</code> events.",
8001+
"description": "Controls whether to discover available targets and notify via <code>targetCreated/targetInfoChanged/targetDestroyed</code> events.",
79978002
"parameters": [
79988003
{
79998004
"name": "discover",
@@ -8214,6 +8219,16 @@
82148219
}
82158220
]
82168221
},
8222+
{
8223+
"name": "targetInfoChanged",
8224+
"description": "Issued when some information about a target has changed. This only happens between <code>targetCreated</code> and <code>targetDestroyed</code>.",
8225+
"parameters": [
8226+
{
8227+
"name": "targetInfo",
8228+
"$ref": "TargetInfo"
8229+
}
8230+
]
8231+
},
82178232
{
82188233
"name": "targetDestroyed",
82198234
"description": "Issued when a target is destroyed.",

_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: Tue Jun 27 12:15:35 2017 -0700
11+
<code browser>Date: Thu Jun 29 15:15:18 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)