Skip to main content
Module

x/puppeteer/mod.ts>Tracing#stop

A port of puppeteer running on Deno
Latest
method Tracing.prototype.stop
Re-export
import { Tracing } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Stops a trace started with the start method.

Returns

Promise<Buffer | undefined>

Promise which resolves to buffer with trace data.