Skip to content

Commit be155b6

Browse files
committed
bump protocol
1 parent 392ea91 commit be155b6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

_data/tot/protocol.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11942,6 +11942,13 @@
1194211942
"$ref": "StackTrace",
1194311943
"optional": true,
1194411944
"description": "Stack trace captured when the call was made."
11945+
},
11946+
{
11947+
"name": "context",
11948+
"type": "string",
11949+
"optional": true,
11950+
"experimental": true,
11951+
"description": "Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context."
1194511952
}
1194611953
]
1194711954
},

_data/v8/protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@
388388
{ "name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call arguments." },
389389
{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Identifier of the context where the call was made." },
390390
{ "name": "timestamp", "$ref": "Timestamp", "description": "Call timestamp." },
391-
{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "Stack trace captured when the call was made." }
391+
{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "Stack trace captured when the call was made." },
392+
{ "name": "context", "type": "string", "optional": true, "experimental": true, "description": "Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context." }
392393
]
393394
},
394395
{

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ <h5 browser>Latest <a
1313

1414
<h5 js>Latest <a
1515
href="https://chromium.googlesource.com/v8/v8/+/master/src/inspector/js_protocol.json">js_protocol.json</a> version updated:</h5>
16-
<code js>Date: Wed May 17 01:15:16 2017 -0700
16+
<code js>Date: Mon Jun 12 18:15:17 2017 -0700
1717
</code>
1818

0 commit comments

Comments
 (0)