puppeteer/new-docs/puppeteer.protocol.tracing.tracingcompleteevent.md
2020-07-13 14:01:35 +01:00

1.4 KiB

Home > puppeteer > Protocol > Tracing > TracingCompleteEvent

Protocol.Tracing.TracingCompleteEvent interface

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

Signature:

export interface TracingCompleteEvent 

Properties

Property Type Description
dataLossOccurred boolean Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.
stream IO.StreamHandle A handle of the stream that holds resulting trace data.
streamCompression StreamCompression Compression format of returned stream.
traceFormat StreamFormat Trace data format of returned stream.