aboutsummaryrefslogtreecommitdiff
path: root/src/Lib/Dom/Location.ml
blob: 2c58705d91112b2aa66de5d2b97a8d429c5df6a0 (plain)
1
2
3
4
5
6
7
external set : Dom.element -> string -> unit = "location"
  [@@bs.set]

type location

external hash : location -> string = "hash"
  [@@bs.get]