Skip to content

Commit a156198

Browse files
committed
Roll protocol to r488639
1 parent 3f4dbfa commit a156198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json/browser_protocol.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{ "name": "url", "type": "string", "description": "Frame document's URL." },
9393
{ "name": "securityOrigin", "type": "string", "description": "Frame document's security origin." },
9494
{ "name": "mimeType", "type": "string", "description": "Frame document's mimeType as determined by the browser." },
95-
{ "name": "unreachableUrl", "type": "string", "optional": "true", "experimental": "true", "description": "If the frame failed to load, this contains the URL that could not be loaded." }
95+
{ "name": "unreachableUrl", "type": "string", "optional": true, "experimental": true, "description": "If the frame failed to load, this contains the URL that could not be loaded." }
9696
]
9797
},
9898
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.488555",
3+
"version": "0.0.488639",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

0 commit comments

Comments
 (0)