<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CanEmulateNetworkConditionsResponse](./puppeteer.protocol.network.canemulatenetworkconditionsresponse.md) ## Protocol.Network.CanEmulateNetworkConditionsResponse interface <b>Signature:</b> ```typescript export interface CanEmulateNetworkConditionsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.network.canemulatenetworkconditionsresponse.result.md) | boolean | True if emulation of network conditions is supported. |