Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Tracing.DataCollectedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { DataCollectedEvent } = Protocol.Tracing;

Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.

Properties

value: any[]