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

PerformanceEventTiming

interface PerformanceEventTiming extends PerformanceEntry {
readonly cancelable: boolean;
readonly processingEnd: DOMHighResTimeStamp;
readonly processingStart: DOMHighResTimeStamp;
readonly target: Node | null;
toJSON(): any;
}
var PerformanceEventTiming: {};

§Extends

§Properties

§
readonly cancelable: boolean
[src]
§
readonly processingEnd: DOMHighResTimeStamp
[src]
§
readonly processingStart: DOMHighResTimeStamp
[src]
§
readonly target: Node | null
[src]

§Methods

§
toJSON(): any
[src]