Skip to content

Commit 30f5093

Browse files
committed
bump protocol
1 parent e0a0dba commit 30f5093

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

_data/tot/protocol.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,16 +3540,10 @@
35403540
"$ref": "RequestId",
35413541
"description": "Request identifier."
35423542
},
3543-
{
3544-
"name": "frameId",
3545-
"$ref": "Page.FrameId",
3546-
"description": "Frame identifier.",
3547-
"experimental": true
3548-
},
35493543
{
35503544
"name": "loaderId",
35513545
"$ref": "LoaderId",
3552-
"description": "Loader identifier."
3546+
"description": "Loader identifier. Empty string if the request is fetched form worker."
35533547
},
35543548
{
35553549
"name": "documentURL",
@@ -3589,6 +3583,13 @@
35893583
"optional": true,
35903584
"experimental": true,
35913585
"description": "Type of this resource."
3586+
},
3587+
{
3588+
"name": "frameId",
3589+
"optional": true,
3590+
"$ref": "Page.FrameId",
3591+
"description": "Frame identifier.",
3592+
"experimental": true
35923593
}
35933594
]
35943595
},
@@ -3612,16 +3613,10 @@
36123613
"$ref": "RequestId",
36133614
"description": "Request identifier."
36143615
},
3615-
{
3616-
"name": "frameId",
3617-
"$ref": "Page.FrameId",
3618-
"description": "Frame identifier.",
3619-
"experimental": true
3620-
},
36213616
{
36223617
"name": "loaderId",
36233618
"$ref": "LoaderId",
3624-
"description": "Loader identifier."
3619+
"description": "Loader identifier. Empty string if the request is fetched form worker."
36253620
},
36263621
{
36273622
"name": "timestamp",
@@ -3637,6 +3632,13 @@
36373632
"name": "response",
36383633
"$ref": "Response",
36393634
"description": "Response data."
3635+
},
3636+
{
3637+
"name": "frameId",
3638+
"optional": true,
3639+
"$ref": "Page.FrameId",
3640+
"description": "Frame identifier.",
3641+
"experimental": true
36403642
}
36413643
]
36423644
},

_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 30 13:15:20 2017 -0700
11+
<code browser>Date: Mon Jul 3 09:15:18 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)