mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
199 B
199 B
sidebar_label |
---|
Viewport.hasTouch |
Viewport.hasTouch property
Specify if the viewport supports touch events.
Signature:
interface Viewport {
hasTouch?: boolean;
}