Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PerformanceMarkOptions

interface PerformanceMarkOptions {
detail?: any;
startTime?: number;
}

§Properties

§
detail?: any
[src]

Metadata to be included in the mark.

§
startTime?: number
[src]

Timestamp to be used as the mark time.