HashChangeEvent

Overview

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

Location

Properties


newURL

 

property newURL: String read;

 

String newURL { get; }

 

var newURL: String { get{} }

 

String newURL { __get; }

 

ReadOnly Property newURL() As String

oldURL

 

property oldURL: String read;

 

String oldURL { get; }

 

var oldURL: String { get{} }

 

String oldURL { __get; }

 

ReadOnly Property oldURL() As String