mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
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. |