Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Advanced Web Composition for Future
Latest
interface PopStateEvent
implements Event
import { type PopStateEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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().