Latest
method Tracing.prototype.stop
import { Tracing } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Stops a trace started with the start method.

Returns

Promise<Buffer | undefined>

Promise which resolves to buffer with trace data.