Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 628 Bytes

File metadata and controls

21 lines (14 loc) · 628 Bytes

HashChangeEvent

Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: Event
Source: JSObjects/HashChangeEvent.cs

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

Constructors

Signature Description
HashChangeEvent(SpawnJSObjectReference _ref) Deserialization constructor

Properties

Property Type Access Description
NewURL string get The new URL to which the window is navigating.
OldURL string get The previous URL from which the window is navigating.