Network.canEmulateNetworkConditionsTells whether emulation of network conditions is supported.
| Name | Type | Description |
|---|---|---|
result | boolean | True if emulation of network conditions is supported. |
{
"id": 1,
"method": "Network.canEmulateNetworkConditions"
}
{
"id": 1,
"result": {
"result": {
"type": "string",
"value": "Example Domain"
}
}
}
const result = await send('Network.canEmulateNetworkConditions');
console.log(result);
// {"result": {"type": "string", "value": "Example Domain"}}