| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 44269ae5119874be84820c01c6f6dde7cee66089..3f2eba16b561d6c94506051718abb6f6476cfa62 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1164,8 +1164,6 @@
|
| "name": "emulateNetworkConditions",
|
| "description": "Activates emulation of network conditions.",
|
| "parameters": [
|
| - { "name": "domains", "type": "array", "items": { "type": "string" }, "description": "List of affected domains." },
|
| - { "name": "maximalThroughput", "type": "number", "description": "Deprecated." },
|
| { "name": "offline", "type": "boolean", "description": "True to emulate internet disconnection." },
|
| { "name": "latency", "type": "number", "description": "Additional latency (ms)." },
|
| { "name": "downloadThroughput", "type": "number", "description": "Maximal aggregated download throughput." },
|
|
|