20 lines
658 B
Markdown
20 lines
658 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [MediaFeature](./puppeteer.protocol.emulation.mediafeature.md)
|
||
|
|
||
|
## Protocol.Emulation.MediaFeature interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface MediaFeature
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.emulation.mediafeature.name.md) | string | |
|
||
|
| [value](./puppeteer.protocol.emulation.mediafeature.value.md) | string | |
|
||
|
|