Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface PerformanceNavigation
Deprecated
Deprecated

This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.

import { type PerformanceNavigation } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

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

Properties

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

Methods

deprecated
toJSON(): any