This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bf5f435b8
Branches
Tags
No results found.
puppeteer
/
website
/
versioned_docs
/
version-19.2.0
/
api
/
puppeteer.platform.md
release-please[bot]
4ef83e0ee6
chore: release main (
#9168
)
2022-10-26 09:51:16 +02:00
187 B
Raw
Blame
History
sidebar_label
Platform
Platform type
Supported platforms.
Signature:
export
declare
type
Platform
=
'linux'
|
'mac'
|
'mac_arm'
|
'win32'
|
'win64'
;