puppeteer/new-docs/puppeteer.tracing.stop.md
Martin Splitt a46c78fc91 docs(new): Adds TSDoc to Tracing class (#6088)
* 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.