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

PerformanceObserverInit

interface PerformanceObserverInit {
buffered?: boolean;
entryTypes?: string[];
type?: string;
}

§Properties

§
buffered?: boolean
[src]
§
entryTypes?: string[]
[src]
§
type?: string
[src]