Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface PerformanceMeasure
implements PerformanceEntry
import { type PerformanceMeasure } from "https://deno.land/x/yxz@0.17.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