diff options
Diffstat (limited to 'src/Lib/Dom/History.ml')
-rw-r--r-- | src/Lib/Dom/History.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Lib/Dom/History.ml b/src/Lib/Dom/History.ml new file mode 100644 index 0000000..ce7a877 --- /dev/null +++ b/src/Lib/Dom/History.ml @@ -0,0 +1,2 @@ +external push_state : string -> string -> string -> unit -> unit = "pushState" + [@@bs.val] [@@bs.scope "history"] |