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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>PerformanceNavigation

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface PerformanceNavigation
import { type PerformanceNavigation } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.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