| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index fbcae950ebc8fbce5840e35dfcbb09a17f45c554..515979c19839fe87715ca6287c4b89fe8c831e39 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4226,6 +4226,13 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| + "name": "skipWaiting",
|
| + "parameters": [
|
| + { "name": "versionId", "type": "string" }
|
| + ],
|
| + "handlers": ["browser"]
|
| + },
|
| + {
|
| "name": "setDebugOnStart",
|
| "parameters": [
|
| { "name": "debugOnStart", "type": "boolean" }
|
|
|