You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/tot/protocol.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7972,6 +7972,11 @@
7972
7972
{
7973
7973
"name": "url",
7974
7974
"type": "string"
7975
+
},
7976
+
{
7977
+
"name": "attached",
7978
+
"type": "boolean",
7979
+
"description": "Whether the target has an attached client."
7975
7980
}
7976
7981
]
7977
7982
},
@@ -7993,7 +7998,7 @@
7993
7998
"commands": [
7994
7999
{
7995
8000
"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.",
7997
8002
"parameters": [
7998
8003
{
7999
8004
"name": "discover",
@@ -8214,6 +8219,16 @@
8214
8219
}
8215
8220
]
8216
8221
},
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
+
},
8217
8232
{
8218
8233
"name": "targetDestroyed",
8219
8234
"description": "Issued when a target is destroyed.",
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>
0 commit comments