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
1c66c547b1
Branches
Tags
No results found.
puppeteer
/
docs
/
browsers-api
/
browsers.process.close.md
Alex Rudenko
7d1734a5fa
docs: improve docs (
#9988
)
2023-04-06 14:50:22 +02:00
178 B
Raw
Blame
History
sidebar_label
Process.close
Process.close() method
Signature:
class
Process
{
close
()
:
Promise
<
void
>;
}
Returns:
Promise<void>