Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Tracing.TracingCompleteEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Tracing.TracingCompleteEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { TracingCompleteEvent } = Protocol.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.