mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
884 B
884 B
Home > puppeteer > Protocol > Emulation > SetEmulatedMediaRequest
Protocol.Emulation.SetEmulatedMediaRequest interface
Signature:
export interface SetEmulatedMediaRequest
Properties
| Property | Type | Description |
|---|---|---|
| features | MediaFeature[] | Media features to emulate. |
| media | string | Media type to emulate. Empty string disables the override. |