HashChangeEvent

open class HashChangeEvent(val type: EventType<HashChangeEvent>, init: HashChangeEventInit = definedExternally) : Event(source)

The HashChangeEvent interface represents events that fire when the fragment identifier of the URL has changed.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<HashChangeEvent>, init: HashChangeEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The newURL read-only property of the navigating.

Link copied to clipboard
Link copied to clipboard

The oldURL read-only property of the was navigated.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<HashChangeEvent>

Functions

Link copied to clipboard
open override fun asInit(): HashChangeEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard