package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.