puppeteer/new-docs/puppeteer.protocol.emulation.canemulateresponse.md

19 lines
644 B
Markdown
Raw Normal View History

<!-- 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [CanEmulateResponse](./puppeteer.protocol.emulation.canemulateresponse.md)
## Protocol.Emulation.CanEmulateResponse interface
<b>Signature:</b>
```typescript
export interface CanEmulateResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [result](./puppeteer.protocol.emulation.canemulateresponse.result.md) | boolean | True if emulation is supported. |