Skip to main content
Go to Latest
interface default.Tracing.TracingCompleteEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { TracingCompleteEvent } = default.Tracing;

Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.

Properties

dataLossOccurred: boolean

Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.

optional
stream: IO.StreamHandle

A handle of the stream that holds resulting trace data.

optional
traceFormat: StreamFormat

Trace data format of returned stream.

optional
streamCompression: StreamCompression

Compression format of returned stream.