mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
651 B
651 B
sidebar_label |
---|
MediaFeature |
MediaFeature interface
A media feature to emulate.
Signature:
export interface MediaFeature
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
name |
string |
A name of the feature, for example, 'prefers-reduced-motion'. | ||
value |
string |
A value for the feature, for example, 'reduce'. |