interface dom.PerformanceNavigationTiming
implements PerformanceResourceTiming
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { PerformanceNavigationTiming } = dom;
Provides methods and properties to store and retrieve metrics regarding the browser's document navigation events. For example, this interface can be used to determine how much time it takes to load or unload a document.
Properties
readonly
type: NavigationType