87c08fd86a
This PR removes the deprecated `puppeteer.devices` in favor of a new exported object `KnownDevices`. `devices` can also be exported, but has been deprecated.
145 B
145 B
sidebar_label |
---|
Device.viewport |
Device.viewport property
Signature:
interface Device {
viewport: Viewport;
}