mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
151 B
151 B
sidebar_label |
---|
Process.kill |
Process.kill() method
Signature:
class Process {
kill(): void;
}
Returns:
void