<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [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. |