| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 61c1c175df47c81ef3517cd88cf02ef52090d35c..2e56e9cb5bfe76e2bf69a173c456ba392d39096e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1209,6 +1209,15 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| + "name": "canEmulateNetworkConditions",
|
| + "description": "Tells whether emulation of network conditions is supported.",
|
| + "returns": [
|
| + { "name": "result", "type": "boolean", "description": "True if emulation of network conditions is supported." }
|
| + ],
|
| + "hidden": true,
|
| + "handlers": ["browser"]
|
| + },
|
| + {
|
| "name": "emulateNetworkConditions",
|
| "description": "Activates emulation of network conditions.",
|
| "parameters": [
|
|
|