0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.tracing.stop.md
Martin Splitt a46c78fc91 docs(new): Adds TSDoc to Tracing class ()
* Adds tsdoc to Tracing class

* Updates tsdocs

Co-authored-by: martinsplitt <martin@geekonaut.de>
2020-06-25 13:01:46 +02:00

461 B

Home > puppeteer > Tracing > stop

Tracing.stop() method

Stops a trace started with the start method.

Signature:

stop(): Promise<Buffer>;

Returns:

Promise<Buffer>

Promise which resolves to buffer with trace data.