W3cubDocs

/Deno

PerformanceMarkOptions

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

Properties

detail?: any

Metadata to be included in the mark.

detail?: any

Metadata to be included in the mark.

startTime?: number

Timestamp to be used as the mark time.

startTime?: number

Timestamp to be used as the mark time.