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.
14 lines
145 B
Markdown
14 lines
145 B
Markdown
---
|
|
sidebar_label: Device.viewport
|
|
---
|
|
|
|
# Device.viewport property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface Device {
|
|
viewport: Viewport;
|
|
}
|
|
```
|