Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 461 Bytes

puppeteer.tracing.stop.md

File metadata and controls

19 lines (11 loc) · 461 Bytes

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.