2020-06-04 14:56:45 +00:00
|
|
|
<!-- 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
|
|
|
|
|
2020-06-24 12:57:59 +00:00
|
|
|
Stops a trace started with the `start` method.
|
|
|
|
|
2020-06-04 14:56:45 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
stop(): Promise<Buffer>;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<Buffer>
|
|
|
|
|
2020-06-24 12:57:59 +00:00
|
|
|
Promise which resolves to buffer with trace data.
|
|
|
|
|