Skip to main content
Module

x/evt/lib/types/lib.dom.ts>PerformanceNavigation

💧EventEmitter's typesafe replacement
Go to Latest
interface PerformanceNavigation
import { type PerformanceNavigation } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.

Properties

readonly
redirectCount: number
readonly
type: number
readonly
TYPE_BACK_FORWARD: number
readonly
TYPE_NAVIGATE: number
readonly
TYPE_RELOAD: number
readonly
TYPE_RESERVED: number

Methods

toJSON(): any