Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>PerformanceNavigation

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable PerformanceNavigation
Deprecated
import { PerformanceNavigation } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: PerformanceNavigation; readonly TYPE_NAVIGATE: 0; readonly TYPE_RELOAD: 1; readonly TYPE_BACK_FORWARD: 2; readonly TYPE_RESERVED: 255; new (): PerformanceNavigation; }