Skip to main content
Module

x/evt/lib/types/index.ts>dom.HashChangeEventInit

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.HashChangeEventInit
implements EventInit
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { HashChangeEventInit } = dom;

Properties

optional
newURL: string
optional
oldURL: string