Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Tracing#stop

Headless Chrome Deno API
Latest
method Tracing.prototype.stop
Re-export
import { Tracing } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Stops a trace started with the start method.

Returns

Promise<Uint8Array>

Promise which resolves to buffer with trace data.