Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>PerformanceNavigation

Advanced Web Composition for Future
Latest
interface PerformanceNavigation
import { type PerformanceNavigation } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The legacy PerformanceNavigation export 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