Skip to main content
Module

x/evt/mod.ts>dom.PerformanceNavigation

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

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