Skip to content

Commit a6ec035

Browse files
committed
bump protocol
1 parent 1e4c158 commit a6ec035

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/tot/protocol.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2955,13 +2955,13 @@
29552955
"name": "url",
29562956
"type": "string",
29572957
"optional": true,
2958-
"description": "Initiator URL, set for Parser type only."
2958+
"description": "Initiator URL, set for Parser type or for Script type (when script is importing module)."
29592959
},
29602960
{
29612961
"name": "lineNumber",
29622962
"type": "number",
29632963
"optional": true,
2964-
"description": "Initiator line number, set for Parser type only (0-based)."
2964+
"description": "Initiator line number, set for Parser type or for Script type (when script is importing module) (0-based)."
29652965
}
29662966
]
29672967
},

_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 Jun 23 09:15:23 2017 -0700
11+
<code browser>Date: Mon Jun 26 13:15:23 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)