Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Tracing.prototype.stop
import { Tracing } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Tracing.d.ts";

Stops a trace started with the start method.

Returns

Promise<Buffer | undefined>

Promise which resolves to buffer with trace data.