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>HashChangeEvent

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

Events that fire when the fragment identifier of the URL has changed.

Properties

readonly
newURL: string

Returns the URL of the session history entry that is now current.

readonly
oldURL: string

Returns the URL of the session history entry that was previously current.