HashChangeEvent

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

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

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

Link copied to clipboard
Link copied to clipboard

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

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