Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Tracing.DataCollectedEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { DataCollectedEvent } = default.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[]