Interface HashChangeEventInit
interface HashChangeEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newURL?: string;
oldURL?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newURL?: string;
oldURL?: string;
}