puppeteer/new-docs/puppeteer.protocol.network.canemulatenetworkconditionsresponse.md
2020-07-13 14:01:35 +01:00

19 lines
741 B
Markdown

<!-- 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. |