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

20 lines
461 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Tracing](./puppeteer.tracing.md) &gt; [stop](./puppeteer.tracing.stop.md)
## Tracing.stop() method
Stops a trace started with the `start` method.
<b>Signature:</b>
```typescript
stop(): Promise<Buffer>;
```
<b>Returns:</b>
Promise&lt;Buffer&gt;
Promise which resolves to buffer with trace data.