Skip to main content
Latest
variable PerformanceNavigation
import { PerformanceNavigation } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: PerformanceNavigation; readonly TYPE_BACK_FORWARD: number; readonly TYPE_NAVIGATE: number; readonly TYPE_RELOAD: number; readonly TYPE_RESERVED: number; new (): PerformanceNavigation; }