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