Skip to content

Commit e34855b

Browse files
committed
bump protocol
1 parent d4f2465 commit e34855b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

_data/tot/protocol.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@
500500
"description": "Identifier of the added script."
501501
}
502502
],
503+
"deprecated": true,
504+
"description": "Deprecated, please use addScriptToEvaluateOnNewDocument instead.",
503505
"experimental": true
504506
},
505507
{
@@ -510,6 +512,37 @@
510512
"$ref": "ScriptIdentifier"
511513
}
512514
],
515+
"deprecated": true,
516+
"description": "Deprecated, please use removeScriptToEvaluateOnNewDocument instead.",
517+
"experimental": true
518+
},
519+
{
520+
"name": "addScriptToEvaluateOnNewDocument",
521+
"parameters": [
522+
{
523+
"name": "source",
524+
"type": "string"
525+
}
526+
],
527+
"returns": [
528+
{
529+
"name": "identifier",
530+
"$ref": "ScriptIdentifier",
531+
"description": "Identifier of the added script."
532+
}
533+
],
534+
"description": "Evaluates given script in every frame upon creation (before loading frame's scripts).",
535+
"experimental": true
536+
},
537+
{
538+
"name": "removeScriptToEvaluateOnNewDocument",
539+
"parameters": [
540+
{
541+
"name": "identifier",
542+
"$ref": "ScriptIdentifier"
543+
}
544+
],
545+
"description": "Removes given script from the list.",
513546
"experimental": true
514547
},
515548
{

_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 5 21:15:19 2017 -0700
11+
<code browser>Date: Thu Jul 6 13:15:20 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)