Skip to main content
Module

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

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

Properties

optional
newURL: string
optional
oldURL: string