mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
a46c78fc91
* Adds tsdoc to Tracing class * Updates tsdocs Co-authored-by: martinsplitt <martin@geekonaut.de>
20 lines
461 B
Markdown
20 lines
461 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Tracing](./puppeteer.tracing.md) > [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<Buffer>
|
|
|
|
Promise which resolves to buffer with trace data.
|
|
|