Module Ev.Hash_change

Hash change events

type t

The type for HashChangeEvent objects.

val old_url : t -> Jstr.t

old_url e is the old URI.

val new_url : t -> Jstr.t

new_url e is the new URI.