Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to 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.17.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