Skip to content

Commit cfc7a34

Browse files
committed
bump protocol
1 parent 97f31be commit cfc7a34

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_data/tot/protocol.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@
163163
"name": "mimeType",
164164
"type": "string",
165165
"description": "Frame document's mimeType as determined by the browser."
166+
},
167+
{
168+
"name": "unreachableUrl",
169+
"type": "string",
170+
"optional": "true",
171+
"experimental": "true",
172+
"description": "If the frame failed to load, this contains the URL that could not be loaded."
166173
}
167174
]
168175
},
@@ -1097,6 +1104,12 @@
10971104
"type": "string",
10981105
"optional": true,
10991106
"description": "Paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty string, which means print all pages."
1107+
},
1108+
{
1109+
"name": "ignoreInvalidPageRanges",
1110+
"type": "boolean",
1111+
"optional": true,
1112+
"description": "Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'. Defaults to false."
11001113
}
11011114
],
11021115
"returns": [

_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: Thu Jul 13 18:15:23 2017 -0700
11+
<code browser>Date: Wed Jul 19 04:15:25 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)