puppeteer/website/versioned_docs/version-21.4.1/api/puppeteer.tracing.stop.md

22 lines
303 B
Markdown
Raw Normal View History

---
sidebar_label: Tracing.stop
---
# Tracing.stop() method
Stops a trace started with the `start` method.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class Tracing {
stop(): Promise<Buffer | undefined>;
}
```
**Returns:**
Promise&lt;Buffer \| undefined&gt;
Promise which resolves to buffer with trace data.