Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface PerformanceMeasure
implements PerformanceEntry
import { type PerformanceMeasure } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

PerformanceMeasure is an abstract interface for PerformanceEntry objects with an entryType of "measure". Entries of this type are created by calling performance.measure() to add a named DOMHighResTimeStamp (the measure) between two marks to the browser's performance timeline.

Properties

readonly
detail: any