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

x/yxz/typing/lib.dom.ts>PopStateEvent

Deno Standard Extensions
Go to Latest
interface PopStateEvent
implements Event
import { type PopStateEvent } from "https://deno.land/x/yxz@0.17.0/typing/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().