Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 334 Bytes

puppeteer.platform.md

File metadata and controls

13 lines (8 loc) · 334 Bytes

Home > puppeteer > Platform

Platform type

Supported platforms.

Signature:

export declare type Platform = 'linux' | 'mac' | 'win32' | 'win64';