import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { TimelineEventAddedEvent } = Protocol.PerformanceTimeline;
Sent when a performance timeline event is added. See reportPerformanceTimeline method.
Properties
event: TimelineEvent