Class type Dom.location


class type location = object .. end

method _get_hash : string
method _set_hash : string -> unit
method _get_host : string
method _set_host : string -> unit
method _get_hostname : string
method _set_hostname : string -> unit
method _get_href : string
method _set_href : string -> unit
method _get_pathname : string
method _set_pathname : string -> unit
method _get_protocol : string
method _set_protocol : string -> unit
method _get_search : string
method _set_search : string -> unit
method reload : bool -> unit
method replace : string -> unit