Skip to main content
Module

x/evt/lib/types/lib.dom.ts>PopStateEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface PopStateEvent
implements Event
import { type PopStateEvent } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

PopStateEvent is an event handler for the popstate event on the window.

Properties

readonly
state: any

Returns a copy of the information that was provided to pushState() or replaceState().